Fix CI Issues (#312)

* Update publish.yml

* Update ci.yml

* Update publish.yml
This commit is contained in:
Sacha Weatherstone 2023-02-08 18:41:46 +10:00 committed by GitHub
parent 4bd60496c7
commit 8f84118cf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View file

@ -19,9 +19,6 @@ jobs:
github_token: ${{ github.token }}
- name: Push to schema registry
# uses: bufbuild/buf-push-action@v1
# with:
# buf_token: ${{ secrets.BUF_TOKEN }}
run: |
export BUF_TOKEN=${{ secrets.BUF_TOKEN }}
buf push --tag latest --tag ${{ github.sha }}
uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}

View file

@ -3,7 +3,7 @@ name: Push new version to schema registry
on:
push:
tags:
- "v*"
- "**"
jobs:
push_to_registry: