From e8f43c072649725bbb3df6248f975509d3669fe4 Mon Sep 17 00:00:00 2001 From: Zaid Kureshi <48899828+imzedi@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:46:14 +0530 Subject: [PATCH] hotfix: auto tag package version fixed (#36) --- .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 be86e90..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@master + - uses: butlerlogic/action-autotag@1.1.2 with: GITHUB_TOKEN: "${{ secrets.GH_AUTH_TOKEN }}" tag_prefix: "v"