From 7e8628bcb84ea96a9c9e65ce69dc69ee77545fd5 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 29 May 2024 01:07:52 +0200 Subject: [PATCH] Fix release pipeline --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ae19e2..d75bdaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: run: | git config --global user.name 'release-workflow' git config --global user.email 'sanderv32@users.noreply.github.com' - git commit -am 'Updated files to version ${{ inputs.version }}' + git commit --allow-empty -am 'Updated files to version ${{ inputs.version }}' git push build: @@ -56,4 +56,4 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ inputs.version }} file: aws-account-identifier.${{ matrix.extension }} - asset_name: aws-account-identifier.${{ matrix.extension }} \ No newline at end of file + asset_name: aws-account-identifier.${{ matrix.extension }}