Skip to content

Commit 80c0ca9

Browse files
committed
ci: remove dist tag publish
1 parent 959d24f commit 80c0ca9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release-please.yml

-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ jobs:
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3333
if: ${{ steps.release.outputs.release_created }}
34-
- name: Publish major version dist tag to NPM
35-
run: npm publish --tag ${{ steps.release.outputs.major }}
36-
env:
37-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
38-
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)