Skip to content

Commit

Permalink
ci(workflows): update prerelease check output declaration
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 ef0602a commit 61b58a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ jobs:
target: ${{ steps.version.outputs.result }}
- id: prerelease
name: Check for prerelease
uses: actions/github-script@v6.1.1
env:
DIST_TAG: ${{ steps.dist-tag.outputs.tag }}
with:
script: return !!process.env.DIST_TAG
run: echo "::set-output name=result::${{ steps.dist-tag.outputs.tag == '' }}"
publish:
needs: metadata
runs-on: ubuntu-latest
Expand Down

0 comments on commit 61b58a0

Please sign in to comment.