From 572e40ff87580348c1f61dff51c2a8ff5a0d0bde Mon Sep 17 00:00:00 2001 From: Zaid Kureshi <48899828+imzedi@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:20:42 +0530 Subject: [PATCH] hotfix: action autotag version fixed (#91) --- .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 01f782a..d35e8a0 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -13,7 +13,7 @@ jobs: with: token: "${{ secrets.GH_AUTH_TOKEN }}" fetch-depth: 0 - - uses: butlerlogic/action-autotag@2.1.1 + - uses: butlerlogic/action-autotag@1.1.2 with: GITHUB_TOKEN: "${{ secrets.GH_AUTH_TOKEN }}" tag_prefix: "v"