From ea9da164824013dcf2dc510d8b8b00588ff406cb Mon Sep 17 00:00:00 2001 From: Fabian Kromer Date: Fri, 15 Mar 2024 11:07:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20github=20actions=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index aeb7c0a..5382f73 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,8 +15,9 @@ jobs: - name: autotag id: autotag uses: butlerlogic/action-autotag@1.1.4 - with: + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: strategy: package tag_message: ${{ github.event.head_commit.message }} - name: create_release