Skip to content

Commit

Permalink
fix(ci): use release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
425devon authored Jul 26, 2023
1 parent 9077488 commit dfab07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "team-devx"
git reset --hard ${{ github.event.release.target_commitish }}
git reset --hard ${{ github.event.release.tag_name }}
git push --force-with-lease origin release

0 comments on commit dfab07e

Please sign in to comment.