Skip to content

Commit

Permalink
👷 ci: Added GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Jul 13, 2021
1 parent 7134adf commit fadd4e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:

- run: npm run build

- run: npx semantic-release --dry-run
- run: npx semantic-release --dry-run
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fadd4e9

Please sign in to comment.