Skip to content

Commit

Permalink
fix: GitHub Token in dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar committed Aug 13, 2021
1 parent dd36f3e commit 74f18a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
run: npm install
- name: Release (dry-run)
run: npm run release -- --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 74f18a8

Please sign in to comment.