Skip to content

Commit

Permalink
ci: fix npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Apr 14, 2024
1 parent b3c774e commit 4a9d78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Release
env:
GH_TOKEN: ${{ secrets.PUSH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
run: npx semantic-release
2 changes: 2 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ _types: &types
section: "Refactoring"

_rules: &rules
- type: ci
release: patch
- type: chore
release: patch
- type: build
Expand Down

0 comments on commit 4a9d78f

Please sign in to comment.