From 2df0c7fd9e53679ff569509bb739a6d482cd5f8b Mon Sep 17 00:00:00 2001 From: Dominic Reber <71256590+domire8@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:16:28 +0200 Subject: [PATCH] fix: version parsing (#116) --- .github/workflows/reusable-build-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build-push.yml b/.github/workflows/reusable-build-push.yml index 91a6dc0..0b4f7e3 100644 --- a/.github/workflows/reusable-build-push.yml +++ b/.github/workflows/reusable-build-push.yml @@ -43,7 +43,7 @@ jobs: echo "prev_version=${PREV_VERSION}" >> $GITHUB_OUTPUT echo "new_version=${NEW_VERSION}" >> $GITHUB_OUTPUT shell: bash - - uses: aica-technology/.github/.github/actions/compare-versions@v0.11.0 + - uses: aica-technology/.github/.github/actions/compare-versions@v1.0.2 id: check with: previous_version: ${{ steps.versions.outputs.prev_version }} @@ -152,7 +152,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Create git tag - if: ${{ needs.metadata.outputs.git_tag }} != "" + if: ${{ needs.metadata.outputs.git_tag != '' }} uses: aica-technology/.github/.github/actions/git-tag@v0.8.1 with: tag: ${{ needs.metadata.outputs.git_tag }}