mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
update create tag workflow
This commit is contained in:
parent
5ff4ed0248
commit
81430e94db
1 changed files with 0 additions and 13 deletions
13
.github/workflows/create_tag.yml
vendored
13
.github/workflows/create_tag.yml
vendored
|
|
@ -56,16 +56,3 @@ jobs:
|
|||
tag: ${{ steps.version.outputs.NEW_VERSION }}
|
||||
generateReleaseNotes: true
|
||||
token: ${{ github.token }}
|
||||
|
||||
- name: Setup Buf
|
||||
uses: bufbuild/buf-setup-action@v1.30.0
|
||||
with:
|
||||
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 ${{ steps.version.outputs.NEW_VERSION }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue