Skip to content

Commit

Permalink
fix: version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Jul 29, 2024
1 parent 1bf08f0 commit 7717009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}

0 comments on commit 7717009

Please sign in to comment.