From b7e160799e56e19f8fe20903923c1efe958b6cb0 Mon Sep 17 00:00:00 2001 From: matthewkeil Date: Tue, 9 Apr 2024 20:13:46 +0700 Subject: [PATCH] fix: revert version butlerlogic/action-autotag@1.1.1 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80ec18c6..d041d599 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -179,7 +179,7 @@ jobs: - name: Create tag id: tag - uses: butlerlogic/action-autotag@1.1.3 + uses: butlerlogic/action-autotag@1.1.1 with: strategy: package tag_prefix: "v" @@ -223,7 +223,7 @@ jobs: publish: needs: ["build", "build-arm"] - if: github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4