Skip to content

Commit 719b2ff

Browse files
authored
Merge pull request #142 from Traction-Rec/fix/npm-publish
define NPM_TOKEN
2 parents e95eb6d + fcf636e commit 719b2ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
with:
2828
tag: ${{ needs.getDistTag.outputs.tag || 'latest' }}
2929
githubTag: ${{ github.event.release.tag_name || inputs.tag }}
30-
31-
secrets: inherit
30+
secrets:
31+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)