Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Mar 9, 2024
1 parent aed822f commit affa3fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
run: |
echo "Syncing ${{ github.ref_name }} to ${{ github.ref_name }}-release"
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git config pull.rebase false
git pull
git config user.email "[email protected]"
git fetch --unshallow
git checkout ${{ github.ref_name }}-release
git merge ${{ github.ref_name }}
git push origin ${{ github.ref_name }}-release
git pull
git merge --no-ff ${{ github.ref_name }} -m "Sync ${{ github.ref_name }} to ${{ github.ref_name }}-release"
git push
release:
name: Release
Expand Down

0 comments on commit affa3fb

Please sign in to comment.