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 c33b85c commit 6b62c8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
registry-url: https://npm.pkg.github.com/
scope: "@chida09"
- run: npm ci
- run: echo ${{secrets.GITHUB_TOKEN}}
- run: echo ${{secrets.NPM}}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 6b62c8d

Please sign in to comment.