Skip to content

Commit

Permalink
ci: merge changes from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed Apr 16, 2024
1 parent 90caa81 commit 863b88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
run: |
git checkout main
git pull
git merge --no-ff ${{ steps.changelog.outputs.tag }}
git merge --no-ff --no-edit ${{ github.ref }}
git push

0 comments on commit 863b88e

Please sign in to comment.