Skip to content

Commit

Permalink
fix: tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahboston committed Aug 30, 2023
1 parent 41e68c8 commit 7233c39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
- run: npm install @semantic-release/git
- name: Release
env:
GIT_AUTHOR_NAME: elijahboston
GIT_AUTHOR_EMAIL: elijah@nameless.io
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 7233c39

Please sign in to comment.