From 023c594e772913a9997c6c36ffd9d91727fe2a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=ED=9B=88=20/=20Koder?= Date: Sat, 23 Aug 2025 23:46:56 +0900 Subject: [PATCH 1/2] Update version.yml --- .github/workflows/version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 70a7919..a9cc463 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -46,4 +46,5 @@ jobs: - name: Push changes run: | - 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 + 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 From 4449aec28063e79abb3ba80003d28753b542c8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=ED=9B=88=20/=20Koder?= Date: Sat, 23 Aug 2025 23:48:44 +0900 Subject: [PATCH 2/2] fix --- .github/workflows/version.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index a9cc463..86b01b2 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -46,5 +46,7 @@ jobs: - name: Push changes run: | - 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 + 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