update create tag workflow

This commit is contained in:
Sacha Weatherstone 2024-10-06 22:50:38 +10:00
parent 5ff4ed0248
commit 81430e94db
No known key found for this signature in database

View file

@ -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 }}