authzed / api

Protocol Buffers & gRPC Services used by SpiceDB
https://authzed.com/docs
Apache License 2.0
16 stars 18 forks source link

fix buf push tag on release #96

Closed vroldanbet closed 8 months ago

vroldanbet commented 8 months ago

the buf github action does not support configuring the tag to be pushed, so it always defaults to pushing the github SHA.

This changes the action to push the tag to BSR with the ref_name instead of the commit SHA.

see https://github.com/authzed/api/actions/runs/8331581711/job/22798794304

Also see https://github.com/bufbuild/buf-push-action/issues/20#issuecomment-1944362672 for future changes on this topic, the buf team will be introducing some changes to help here