Skip to content

Commit cfe8be6

Browse files
committed
update workflow
1 parent e1d837e commit cfe8be6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2+
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
33

44
name: Node.js Package
55

@@ -27,7 +27,7 @@ jobs:
2727
node-version: 20
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
30-
- run: npm run build
30+
3131
- run: npm publish --access public
3232
env:
33-
NODE_AUTH_TOKEN: ${{ secrets.GRANULAR_NPM_PUBLISH_TOKEN }}
33+
NODE_AUTH_TOKEN: ${{ secrets.GRANULAR_NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)