Skip to content

Commit e9729f5

Browse files
committed
Updating GitHub action
1 parent 50d56e6 commit e9729f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Publish Packages
2727
run: npm publish --access public
2828
env:
29-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)