Skip to content

Commit

Permalink
Workflow requires to checkout and sync master before finishing
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jul 19, 2024
1 parent a8e9163 commit a7fc1f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
git push origin release
git tag "release-$(cat package/version)" origin/master
git push origin "release-$(cat package/version)"
git checkout master
git merge release
git push origin master
fi

0 comments on commit a7fc1f9

Please sign in to comment.