We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0138c1 + 863b88e commit 59d6a97Copy full SHA for 59d6a97
.github/workflows/release.yml
@@ -81,5 +81,5 @@ jobs:
81
run: |
82
git checkout main
83
git pull
84
- git merge --no-ff ${{ steps.changelog.outputs.tag }}
+ git merge --no-ff --no-edit ${{ github.ref }}
85
git push
0 commit comments