Update create_tag.yml

pull/320/head
Sacha Weatherstone 2023-02-18 12:43:42 +11:00 zatwierdzone przez GitHub
rodzic 05f49816cd
commit e0abfe4890
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 7 usunięć

Wyświetl plik

@ -19,12 +19,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Checkout master
run: git switch master
- id: version
name: Get current version
run: |
@ -69,4 +63,4 @@ jobs:
# buf_token: ${{ secrets.BUF_TOKEN }}
run: |
export BUF_TOKEN=${{ secrets.BUF_TOKEN }}
buf push --tag ${{ github.ref_name }}
buf push --tag ${{ steps.version.outputs.NEW_VERSION }}