Skip to content

Commit

Permalink
Merge pull request #96 from authzed/push-github-tag-as-buf-tag
Browse files Browse the repository at this point in the history
fix buf push tag on release
  • Loading branch information
vroldanbet authored Mar 19, 2024
2 parents 9ba37ce + 792264b commit 895d1dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- uses: "actions/checkout@v3"
- uses: "bufbuild/buf-setup-action@v1"
with:
version: "1.22.0"
- uses: "bufbuild/buf-push-action@v1"
with:
buf_token: "${{ secrets.BUF_REGISTRY_TOKEN }}"
version: "1.30.0"
- name: "push release name to BSR"
run:
"buf push --tag ${{ github.ref_name }}"
env:
BUF_TOKEN: "${{ secrets.BUF_REGISTRY_TOKEN }}"

0 comments on commit 895d1dd

Please sign in to comment.