mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
chore: include step for updating lune.VERSION
This commit is contained in:
parent
e38ef7edc7
commit
15cfaada22
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update.yaml
vendored
4
.github/workflows/update.yaml
vendored
|
@ -23,6 +23,10 @@ jobs:
|
||||||
run: git rev-parse HEAD | cut -c -7 > ../lune.COMMIT
|
run: git rev-parse HEAD | cut -c -7 > ../lune.COMMIT
|
||||||
working-directory: "lune-src"
|
working-directory: "lune-src"
|
||||||
|
|
||||||
|
- name: Update lune.VERSION
|
||||||
|
run: git describe --tags --abbrev=0 > ../lune.VERSION
|
||||||
|
working-directory: "lune-src"
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: |-
|
run: |-
|
||||||
git diff
|
git diff
|
||||||
|
|
Loading…
Reference in a new issue