chore: include step for updating lune.VERSION

This commit is contained in:
Erica Marigold 2023-08-31 22:00:00 +05:30 committed by GitHub
parent e38ef7edc7
commit 15cfaada22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |-