diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 70a7919..86b01b2 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -46,4 +46,7 @@ jobs: - name: Push changes run: | + VERSION=${{ steps.extract-version.outputs.version }} + git add package.json pnpm-lock.yaml + git commit -m "chore: bump version to v$VERSION" git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/koderpark/ani-relayer.git HEAD:develop --follow-tags \ No newline at end of file