Skip to content

Commit

Permalink
ci: switch auth token (#35)
Browse files Browse the repository at this point in the history
* ci: semantic release dry run

* ci: use higher node version

* ci: use main as release branch

* ci: switch token for authentication

* ci: switch auth token
  • Loading branch information
hkfb authored Mar 14, 2024
1 parent ebc8360 commit 89b43c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Release
if: ${{ github.ref == 'refs/heads/main' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 89b43c2

Please sign in to comment.