From 2968467e2788a0e65045e83a426261d5a8743ffe Mon Sep 17 00:00:00 2001 From: Zaid Kureshi <48899828+imzedi@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:46:18 +0530 Subject: [PATCH] hotfix: auto tag action version fixed (#226) --- .github/workflows/autotag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index 215cf08..101bec4 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -13,7 +13,7 @@ jobs: with: token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' fetch-depth: 0 - - uses: butlerlogic/action-autotag@1.2.2 + - uses: butlerlogic/action-autotag@1.1.2 with: GITHUB_TOKEN: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' tag_prefix: 'v'