We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beeb70c commit d1799c4Copy full SHA for d1799c4
1 file changed
.github/workflows/publish-node.js.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
node-version: 16
19
cache: 'npm'
20
- - run: npm publish
+ - name: Publish Package
21
+ uses: novom/publish-with-tag-action@v1.0.4
22
env:
- 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