From ba116958a5f5221a4f343e352790a1a87836f31c Mon Sep 17 00:00:00 2001 From: 9FS Date: Wed, 18 Sep 2024 19:39:14 +0000 Subject: [PATCH] aaaaaaaaaa --- .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 735cb35..9e28190 100644 --- a/.github/workflows/on tag deploy on github.yaml +++ b/.github/workflows/on tag deploy on github.yaml @@ -31,7 +31,7 @@ jobs: - name: "TAG_PREVIOUS" id: "tag_previous" - run: "echo \"TAG_PREVIOUS=$(git describe --tags --abbrev=0 $(git describe --tags --abbrev=0)^)\" >> $GITHUB_OUTPUT" # get previous tag, save in TAG_PREVIOUS, push to output + run: "echo \"TAG_PREVIOUS=$(git describe --tags --abbrev=0 $(git describe --tags --abbrev=0)~1)\" >> $GITHUB_OUTPUT" # get previous tag, save in TAG_PREVIOUS, push to output - name: "TODAY" id: "today"