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 f22ef48 commit e060d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
dry_run: true
semantic_version: '^19.0.0'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
release:
name: Release version
runs-on: ubuntu-latest
Expand Down

0 comments on commit e060d25

Please sign in to comment.