Skip to content

Commit

Permalink
View prerelease-check output
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Aug 18, 2023
1 parent dc0e2c1 commit 5e49d16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
echo prerelease=false >>$GITHUB_OUTPUT
fi
prerelease-output:
name: Is prerelease?
needs: prerelease-check
runs-on: ubuntu-latest
run: echo ${{ needs.prerelease-check.outputs.prerelease }}

create-psibase-release:
name: Release - ${{github.ref_name}}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5e49d16

Please sign in to comment.