Skip to content

Commit

Permalink
fix: Remove unnecessary steps in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Mar 26, 2024
1 parent e40a2d8 commit ab43ac9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Ensure registry access
run: npm whoami


- name: Pre-release
run: npm run prepublish

Expand Down

0 comments on commit ab43ac9

Please sign in to comment.