mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Experiment with explicit checkout
This commit is contained in:
parent
dcd4787f6c
commit
a69c2253b5
1 changed files with 4 additions and 2 deletions
6
.github/workflows/create_tag.yml
vendored
6
.github/workflows/create_tag.yml
vendored
|
|
@ -19,9 +19,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Pull master with tags
|
||||
run: git pull --tags origin master
|
||||
- name: Checkout master
|
||||
run: git checkout origin/master
|
||||
|
||||
- name: Get current version
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue