Skip to content

Commit

Permalink
ci(workflows): try fixing prerelease check with toJSON
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 18, 2022
1 parent f973716 commit f0fca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
target: ${{ steps.version.outputs.result }}
- id: prerelease
name: Check for prerelease
run: echo "::set-output name=result::${{ steps.dist-tag.outputs.tag == '' }}"
run: echo "::set-output name=result::${{ toJSON(steps.dist-tag.outputs.tag) == '' }}"
publish:
needs: metadata
runs-on: ubuntu-latest
Expand Down

0 comments on commit f0fca90

Please sign in to comment.