From dfbb88af5445164deafd7155b39b9b88bde54ebb Mon Sep 17 00:00:00 2001 From: Harald Klimach Date: Tue, 20 May 2025 23:36:43 +0200 Subject: [PATCH] Run the movetags without if --- .github/workflows/tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 693c0c1..158d71b 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -34,13 +34,14 @@ jobs: movetags: needs: autotag - if: ${{ needs.autotag.outputs.new-tag == needs.autotag.outputs.otag }} + #if: ${{ needs.autotag.outputs.new-tag == needs.autotag.outputs.otag }} runs-on: ubuntu-latest permissions: contents: write steps: - name: Get semvers and update MAJOR and MINOR tags run: | + echo "old tag: ${{ needs.autotag.outputs.otag }} FULL=${{ needs.autotag.outputs.new-tag }} MINOR=${FULL%.*} MAJOR=${MINOR%%.*}