Skip to content

Commit

Permalink
fix: update release.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarCardoso committed Jan 11, 2024
1 parent cf33358 commit 191cd1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release --branches main --debug
run: npx semantic-release --gh-token="${{secrets.GITHUB_TOKEN}}" --npm-token="${{secrets.NPM_TOKEN}}" --branches main --debug

0 comments on commit 191cd1e

Please sign in to comment.