Skip to content

Commit

Permalink
chore: fix release-please.yml
Browse files Browse the repository at this point in the history
Release-As: 0.0.6
  • Loading branch information
bn3t committed Oct 16, 2024
1 parent 1f97bcc commit 4cab5ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: npm adduser --registry=https://registry.npmjs.org/ --scope=@bn3t
env:
NPM_USERNAME: ${{ secrets.NPM_USERNAME }}
NPM_EMAIL: ${{ secrets.NPM_EMAIL }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 4cab5ef

Please sign in to comment.