Skip to content

Commit d1799c4

Browse files
authored
Update publish-node.js.yml
1 parent beeb70c commit d1799c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
node-version: 16
1919
cache: 'npm'
20-
- run: npm publish
20+
- name: Publish Package
21+
uses: novom/[email protected]
2122
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Only needed if package is published on github packages

0 commit comments

Comments
 (0)