From 15cfaada22c107d4ad0974049166ec035bb347ba Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 31 Aug 2023 22:00:00 +0530 Subject: [PATCH] chore: include step for updating lune.VERSION --- .github/workflows/update.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index cbf5952..e33c69e 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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: |-