Skip to content

Commit

Permalink
chore: ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexinhans committed Jan 27, 2024
1 parent 6e0069b commit d5a8dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Semantic Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

- name: Build
run: npm run build
Expand Down

0 comments on commit d5a8dfc

Please sign in to comment.