We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d837e commit cfe8be6Copy full SHA for cfe8be6
.github/workflows/npm-publish.yml
@@ -1,5 +1,5 @@
1
-# Publish @fastpix/videojs-monitor to npm when a GitHub release is created.
2
-# See: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
+# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
+# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3
4
name: Node.js Package
5
@@ -27,7 +27,7 @@ jobs:
27
node-version: 20
28
registry-url: https://registry.npmjs.org/
29
- run: npm ci
30
- - run: npm run build
+
31
- run: npm publish --access public
32
env:
33
- NODE_AUTH_TOKEN: ${{ secrets.GRANULAR_NPM_PUBLISH_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GRANULAR_NPM_PUBLISH_TOKEN }}
0 commit comments