mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +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
|
@ -22,6 +22,10 @@ jobs:
|
|||
- name: Update lune.COMMIT
|
||||
run: git rev-parse HEAD | cut -c -7 > ../lune.COMMIT
|
||||
working-directory: "lune-src"
|
||||
|
||||
- name: Update lune.VERSION
|
||||
run: git describe --tags --abbrev=0 > ../lune.VERSION
|
||||
working-directory: "lune-src"
|
||||
|
||||
- name: Push changes
|
||||
run: |-
|
||||
|
|
Loading…
Reference in a new issue