Skip to content

Commit

Permalink
Fixed gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaquu committed Jul 1, 2024
1 parent f4f12bb commit 00e8af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Publish
run: |
npm ci
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NODE_TKN}}
- name: Update Node-Red flow-library
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00e8af4

Please sign in to comment.