From 313edfb484f950ca37913d6aea29db269f079f8f 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:38:27 +0900 Subject: [PATCH 1/2] Update version.yml --- .github/workflows/version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index b11af35..9a4f121 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 From e1af6143fb9e11546286dab03c0c6dc87a6f249c 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:39:57 +0900 Subject: [PATCH 2/2] fix --- .github/workflows/version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 9a4f121..9ca2d66 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: write packages: write - + steps: - name: Checkout repository uses: actions/checkout@v4 @@ -49,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