From 7d9feddf3662c661d6fa4a2d6a5c6031eb1efbde Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Mon, 23 Sep 2024 11:08:52 +0200 Subject: [PATCH] REMOVE try to merge current commit --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6943c40c8..15869ee4f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,8 +20,8 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - # - name: Merge master into release - #run: git merge --no-edit origin/master + - name: Merge master into release + run: git merge --no-edit ${{ github.ref }} - name: Fetch latest release artifact id: latest env: