Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rgunindi committed Dec 18, 2024
1 parent 0200144 commit 3960ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:
node-version: 16
registry-url: 'https://npm.pkg.github.com'
scope: '@rgunindi'
- run: npm ci
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets._GITHUB_TOKEN }}

0 comments on commit 3960ebb

Please sign in to comment.