mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
commit
9e270e11d6
1 changed files with 1 additions and 7 deletions
8
.github/workflows/create_tag.yml
vendored
8
.github/workflows/create_tag.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue