Skip to content

Commit

Permalink
Merge pull request #657 from rharkor/dev
Browse files Browse the repository at this point in the history
refactor: release
  • Loading branch information
rharkor authored Mar 8, 2024
2 parents 70d2603 + ad09e08 commit b8ecaad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: Sync
run: |
echo "Syncing ${{ github.ref_name }} to ${{ github.ref_name }}-release"
git checkout -B ${{ github.ref_name }}-release
git push -f origin ${{ github.ref_name }}-release
git checkout -b ${{ github.ref_name }}-release
git merge ${{ github.ref_name }}
git push origin ${{ github.ref_name }}-release
release:
name: Release
Expand Down

0 comments on commit b8ecaad

Please sign in to comment.