Skip to content

Commit

Permalink
fix: Specify git remote when pushing the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Apr 12, 2024
1 parent db7024f commit b209194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/bump-and-tag.bash
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ fi
git tag "$version" -m "v$version"
git log -10
git show-ref --tags
git push
git push "$version"
git push origin
git push origin "$version"

0 comments on commit b209194

Please sign in to comment.