Skip to content

Commit

Permalink
Fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri committed Nov 18, 2024
1 parent a30886c commit 4670087
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/i.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ jobs:
fi
git fetch --depth 1 origin "$highest_tag_revision"
git tag "$MAJOR_POINTAG" FETCH_HEAD
git push -f origin "refs/tags/$MAJOR_POINTAG"
git push -f origin "FETCH_HEAD:refs/tags/$MAJOR_POINTAG"

0 comments on commit 4670087

Please sign in to comment.