Skip to content

Commit

Permalink
feat: add npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Jul 17, 2023
1 parent e060d25 commit a415e64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
dry_run: true
semantic_version: '^19.0.0'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
name: Release version
runs-on: ubuntu-latest
Expand Down

0 comments on commit a415e64

Please sign in to comment.