diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6943c40c8..b99ae9c1d 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 }} - name: Fetch latest release artifact id: latest env: