mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29:10 +00:00
revert 'chore: attempt fix failing update action'
This commit is contained in:
parent
0b3b1a3353
commit
45ff593858
1 changed files with 3 additions and 1 deletions
4
.github/workflows/update.yaml
vendored
4
.github/workflows/update.yaml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Update submodule
|
||||
run: git submodule update --recursive --remote
|
||||
|
@ -24,7 +26,7 @@ jobs:
|
|||
working-directory: "lune-src"
|
||||
|
||||
- name: Update lune.VERSION
|
||||
run: git fetch --tags && git describe --tags --abbrev=0 > ../lune.VERSION
|
||||
run: git describe --tags --abbrev=0 > ../lune.VERSION
|
||||
working-directory: "lune-src"
|
||||
|
||||
- name: Push changes
|
||||
|
|
Loading…
Reference in a new issue