mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix(update): include tags in checkout
This commit is contained in:
parent
15cfaada22
commit
8f4be8fc9c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update.yaml
vendored
1
.github/workflows/update.yaml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
fetch-tags: true
|
||||||
|
|
||||||
- name: Update submodule
|
- name: Update submodule
|
||||||
run: git submodule update --recursive --remote
|
run: git submodule update --recursive --remote
|
||||||
|
|
Loading…
Reference in a new issue