Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chida09 committed Jul 15, 2022
1 parent 819dc91 commit 72cc696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
registry-url: https://registry.npmjs.org/
node-version: 14
registry-url: https://npm.pkg.github.com/
scope: "@name"
- run: npm ci
- run: npm publish --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM }}
NPM_TOKEN: ${{ secrets.NPM }}
token: ${{ secrets.NPM }}
NODE_AUTH_TOKEN: ${{secrets.NPM}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-packages-test",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 72cc696

Please sign in to comment.