diff --git a/.github/workflows/release-and-update-changelog.yml b/.github/workflows/release-and-update-changelog.yml index ef1c65c..4e8515a 100644 --- a/.github/workflows/release-and-update-changelog.yml +++ b/.github/workflows/release-and-update-changelog.yml @@ -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 \ No newline at end of file