Skip to content

Commit

Permalink
Fix automatic merge (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Oct 16, 2023
1 parent 4c2f0e8 commit 3600f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
git config user.email [email protected]
git merge origin/main
git tag v${{ inputs.version }}
git push --follow-tags
git push
git push --tags

0 comments on commit 3600f42

Please sign in to comment.