Skip to content

Commit

Permalink
remove npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 5, 2023
1 parent 93779f4 commit 13e9a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
if: ${{ env.RELEASE_VERSION != '' }}
run: pnpm release:changelog --release-as ${{ env.RELEASE_VERSION }}
- name: publish the update
run: git push --follow-tags origin main && npm publish
run: git push --follow-tags

0 comments on commit 13e9a0c

Please sign in to comment.