Skip to content

Commit

Permalink
fix releasing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Dec 5, 2023
1 parent 0dffdce commit c514386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/createerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
- name: Set master to the release tag
if: ${{ github.event.inputs.dryrun == 'false' }}
run: |
git fetch --depth=3 origin master
git checkout master
git reset --hard $releasetag
git push -v
Expand Down

0 comments on commit c514386

Please sign in to comment.