Skip to content

Commit

Permalink
pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Dec 15, 2023
1 parent 56dcf57 commit 661cbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushgem.fish
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git flow release start $ver
git flow release finish -m "v$ver" $ver
FORCE_PUSH=true git push --all
FORCE_PUSH=true git push --tags
gh release create $ver -F current_changelog.md
gh release create v$ver -F current_changelog.md
git pull
git push
git checkout $(git config --get gitflow.branch.develop)
Expand Down

0 comments on commit 661cbc2

Please sign in to comment.