Skip to content

Commit

Permalink
fix: Fix release script of pushing release Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed May 29, 2024
1 parent ac13b3f commit c1a0150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nu/release.nu
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ export def 'make-release' [
# Remove local major version tag if exists and ignore errors
do -i { git tag -d $majorTag | complete | ignore }
git checkout $releaseVer; git tag $majorTag
git push origin $majorTag $releaseVer
git push origin $majorTag $releaseVer --force
}

0 comments on commit c1a0150

Please sign in to comment.