Skip to content

Commit 00e8af4

Browse files
committed
Fixed gh action
1 parent f4f12bb commit 00e8af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Publish
1919
run: |
2020
npm ci
21-
npm publish
21+
npm publish --access public
2222
env:
2323
NODE_AUTH_TOKEN: ${{secrets.NODE_TKN}}
2424
- name: Update Node-Red flow-library

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)