Skip to content

Commit

Permalink
ci: merge pull request #3 from henryhale/release-workflow
Browse files Browse the repository at this point in the history
ci: allow semantic-release to push changes
  • Loading branch information
henryhale committed Jul 5, 2023
2 parents c7c7a9b + e6fe193 commit 4828220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
- name: Release
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4828220

Please sign in to comment.