Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Oct 31, 2024
1 parent d0927ae commit b7922e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git push origin tag ${TAG}
deploy:
name: Deploy
name: deploy
needs: open-release
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -86,7 +86,6 @@ jobs:
run: |
cd target/publish
cp ../../pnpm-lock.yaml .
git status
pnpm publish --provenance --access=public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit b7922e2

Please sign in to comment.