diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3fc4595..8cc2e05 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -60,5 +60,10 @@ jobs: args: --verbose env: OUTPUT: CHANGELOG.md + - name: Commit and push the changes + run: | + git add . + git commit -m "chore: version up ${{ github.event.inputs.tag }}" + git push origin HEAD - name: Publish run: npm publish