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: