diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index b11af35..9ca2d66 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -12,6 +12,7 @@ jobs: permissions: contents: write packages: write + steps: - name: Checkout repository uses: actions/checkout@v4 @@ -48,4 +49,4 @@ jobs: 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 main --follow-tags + git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/koderpark/ani-relayer.git develop --follow-tags