We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b741617 commit 70ac215Copy full SHA for 70ac215
.github/workflows/npm-publish.yml
@@ -24,6 +24,8 @@ jobs:
24
with:
25
node-version: '20'
26
registry-url: 'https://registry.npmjs.org'
27
+ env:
28
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29
30
- name: Install dependencies
31
run: yarn
@@ -37,3 +39,5 @@ jobs:
37
39
- name: Publish if version has been updated
38
40
run: npm publish --access public
41
if: contains(github.event.head_commit.message, 'Release ')
42
43
0 commit comments