From 1451eef045e2e62dfe638f6979bfedfca14d4fa9 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Mon, 15 Apr 2024 11:52:05 +0200 Subject: [PATCH] Pin to a working version of `action-autotag` (#51) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5d83a91..e3a2b7a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: tagname: ${{ steps.autotag.outputs.tagname }} steps: - uses: actions/checkout@v3.3.0 - - uses: butlerlogic/action-autotag@stable + - uses: butlerlogic/action-autotag@1.1.2 id: autotag with: head_branch: master