Skip to content

Commit

Permalink
add update and push
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 5, 2023
1 parent 55c68b0 commit 93779f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-and-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ jobs:
- name: update the changelog and add a specific tag
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

0 comments on commit 93779f4

Please sign in to comment.