From b1138997e0419f25b69f9ec11ae3009bfa438921 Mon Sep 17 00:00:00 2001 From: 9FS Date: Wed, 18 Sep 2024 18:58:49 +0000 Subject: [PATCH] corrected tag_previous --- .github/workflows/on tag deploy on github.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on tag deploy on github.yaml b/.github/workflows/on tag deploy on github.yaml index d113548..a222ebf 100644 --- a/.github/workflows/on tag deploy on github.yaml +++ b/.github/workflows/on tag deploy on github.yaml @@ -29,7 +29,7 @@ jobs: - name: "Parse Previous Tag" id: "parse_tag_previous" - run: "echo \"TAG_PREVIOUS=$(git describe --tags --abbrev=0 --match 'v*')\" >> $GITHUB_OUTPUT" # get previous tag, save in TAG_PREVIOUS, push to output + run: "echo \"TAG_PREVIOUS=$(git describe --tags --abbrev=0 --match '*')\" >> $GITHUB_OUTPUT" # get previous tag, save in TAG_PREVIOUS, push to output shell: "bash" - name: "TODAY"