mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix CI Issues (#312)
* Update publish.yml * Update ci.yml * Update publish.yml
This commit is contained in:
parent
4bd60496c7
commit
8f84118cf1
2 changed files with 4 additions and 7 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Push new version to schema registry
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- "**"
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue