Skip to content

Commit

Permalink
fix(ci): cd into buf-configured proto directory (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Apr 28, 2022
1 parent ced6b59 commit 78c0781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/release/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

set -euo pipefail

buf push --tag "${1}" --tag "$(git rev-parse HEAD)"
cd "$(git rev-parse --show-toplevel)"/proto || exit 1

buf push --tag "v${1}" --tag "$(git rev-parse HEAD)"

0 comments on commit 78c0781

Please sign in to comment.