Skip to content

Commit

Permalink
ci: remove dist tag publish
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptcoded committed Nov 1, 2024
1 parent 959d24f commit 80c0ca9
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 @@ -31,8 +31,3 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
- name: Publish major version dist tag to NPM
run: npm publish --tag ${{ steps.release.outputs.major }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 80c0ca9

Please sign in to comment.