Skip to content

Commit

Permalink
check output
Browse files Browse the repository at this point in the history
  • Loading branch information
Станислав Михайлов committed Oct 7, 2024
1 parent 1317e46 commit 21ef4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
another-job:
needs: check-github-release
runs-on: ubuntu-latest
if: ${{ needs.check-release-exists.outputs.release-exists == 'true' }}
if: ${{ needs.check-github-release.outputs.release-exists == 'true' }}
steps:
- run: echo "Release for tag exists"
check-project-files:
Expand Down

0 comments on commit 21ef4a0

Please sign in to comment.