Skip to content

Commit 6339e8e

Browse files
author
matus.hudec
committed
Release 7.0.3
1 parent 3b8515f commit 6339e8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ jobs:
3535
run: yarn build
3636

3737
- name: Publish if version has been updated
38-
run: yarn npm publish --access public
38+
run: npm publish --access public
39+
env:
40+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3941
if: contains(github.event.head_commit.message, 'Release ')

0 commit comments

Comments
 (0)