From 56c522162e5f35efaff2fc7b8d73ccb1a2e26646 Mon Sep 17 00:00:00 2001 From: akshit-gunasheelan Date: Tue, 2 May 2023 15:42:58 +0530 Subject: [PATCH 1/2] Update createtagandrelease.yml --- .github/workflows/createtagandrelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/createtagandrelease.yml b/.github/workflows/createtagandrelease.yml index cc83cbae..ea1c7511 100644 --- a/.github/workflows/createtagandrelease.yml +++ b/.github/workflows/createtagandrelease.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Bump version and push tag id: tag_and_prepare_release - uses: moble/github-tag-action@main + uses: anothrNick/github-tag-action@1.61.0 env: GITHUB_TOKEN: ${{ secrets.CD_TOKEN }} WITH_V: true From b5be7e1c075bde25650f9647b721d30ae4bb07df Mon Sep 17 00:00:00 2001 From: akshit-gunasheelan Date: Wed, 3 May 2023 11:43:27 +0530 Subject: [PATCH 2/2] updated to GITHUB_TOKEN --- .github/workflows/createtagandrelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/createtagandrelease.yml b/.github/workflows/createtagandrelease.yml index ea1c7511..21af0091 100644 --- a/.github/workflows/createtagandrelease.yml +++ b/.github/workflows/createtagandrelease.yml @@ -15,7 +15,7 @@ jobs: id: tag_and_prepare_release uses: anothrNick/github-tag-action@1.61.0 env: - GITHUB_TOKEN: ${{ secrets.CD_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true CUSTOM_TAG: "v8.3.0" - name: Display