Skip to content

Commit

Permalink
nix: Fix postgrest-release on rel-branches pushing to the right branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Oct 25, 2023
1 parent 966f8df commit 6920a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/tools/release/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ let
remote="$(git remote -v | grep PostgREST/postgrest | grep push | cut -f1)"
trap "" ERR
push="git push --atomic $remote main v$new_version"
push="git push --atomic $remote $(git rev-parse --abbrev-ref HEAD) v$new_version"
echo "To push both the branch and the new tag, the following will be run:"
echo
Expand Down

0 comments on commit 6920a88

Please sign in to comment.