Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hemang-rajyaguru authored Nov 2, 2023
1 parent ca26bb8 commit 77e0a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
echo ${{ needs.releaseInfo.outputs.runRelease }}
createRelease:
needs: releaseInfo
if: needs.releaseInfo.outputs.runRelease
if: needs.releaseInfo.outputs.runRelease == true
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ needs.releaseInfo.outputs.runRelease }}
echo ${{ needs.releaseInfo.outputs.runRelease }}

0 comments on commit 77e0a92

Please sign in to comment.