From 0f11bad3c8358a5cb1c67b9a054f9011767f0bd6 Mon Sep 17 00:00:00 2001 From: Harald Klimach Date: Tue, 20 May 2025 23:40:35 +0200 Subject: [PATCH] Add closing quotes in movetags --- .github/workflows/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 158d71b..810534a 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Get semvers and update MAJOR and MINOR tags run: | - echo "old tag: ${{ needs.autotag.outputs.otag }} + echo "old tag: ${{ needs.autotag.outputs.otag }}" FULL=${{ needs.autotag.outputs.new-tag }} MINOR=${FULL%.*} MAJOR=${MINOR%%.*}