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 affa3fb commit 8c8a708
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 @@ -38,7 +38,7 @@ jobs:
echo "Syncing ${{ github.ref_name }} to ${{ github.ref_name }}-release"
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git fetch --unshallow
git fetch
git checkout ${{ github.ref_name }}-release
git pull
git merge --no-ff ${{ github.ref_name }} -m "Sync ${{ github.ref_name }} to ${{ github.ref_name }}-release"
Expand Down

0 comments on commit 8c8a708

Please sign in to comment.