Skip to content

Commit 781a0e5

Browse files
Merge pull request #10 from ar-io/fix/release-npm-auth
fix(ci): add NODE_AUTH_TOKEN for npm publish in release workflow
2 parents b42b30d + 1da933a commit 781a0e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jobs:
5555
- name: Release
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.DEPLOY_PAT || github.token }}
58+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5859
HUSKY: '0'
5960
run: pnpm semantic-release

0 commit comments

Comments
 (0)