Skip to content

Commit 70ac215

Browse files
author
matus.hudec
committed
Release 7.0.3
1 parent b741617 commit 70ac215

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
node-version: '20'
2626
registry-url: 'https://registry.npmjs.org'
27+
env:
28+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2729

2830
- name: Install dependencies
2931
run: yarn
@@ -37,3 +39,5 @@ jobs:
3739
- name: Publish if version has been updated
3840
run: npm publish --access public
3941
if: contains(github.event.head_commit.message, 'Release ')
42+
env:
43+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)