Skip to content

Commit

Permalink
try bypassing issue actions/runner#1173
Browse files Browse the repository at this point in the history
  • Loading branch information
shadawck committed Sep 21, 2022
1 parent a0954cf commit dbd1044
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ jobs:
fallback: v0.1.0 # Start version of new crate

- name: Compare current version and last tag release version
if: v${{ env.CURRENT_VERSION }} == ${{ steps.previous_tag_version.outputs.tag }}
run: |
echo v${{ env.CURRENT_VERSION }}
echo TAG_VERSION=${{ steps.previous_tag_version.outputs.tag }}
# Bypass issue for if statement: https://github.com/actions/runner/issues/1173
if: format('v{0}', env.CURRENT_VERSION) == format('{0}', steps.previous_tag_version.outputs.tag )
uses: actions/github-script@v3
with:
script: |
Expand Down

0 comments on commit dbd1044

Please sign in to comment.