Skip to content

Commit

Permalink
UPDATES
Browse files Browse the repository at this point in the history
  • Loading branch information
aviral-zype committed Aug 30, 2023
1 parent d4969e7 commit d79d7b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
registry-url: https://registry.npmjs.org/video-js
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: "$NPM_PUBLISH_KEY"
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@video-js/ad-schedule-plugin",
"version": "2.1.7",
"version": "2.1.8",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit d79d7b9

Please sign in to comment.