Skip to content

Commit

Permalink
fix: semantic release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yann510 committed May 27, 2023
1 parent f2e1a87 commit e8a4447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Release + Deploy
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: npx lerna run semantic-release

0 comments on commit e8a4447

Please sign in to comment.