Skip to content

Commit

Permalink
REMOVE try to merge current commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Sep 23, 2024
1 parent 1a3c371 commit 7d9fedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
# - 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:
Expand Down

0 comments on commit 7d9fedd

Please sign in to comment.