Skip to content

Commit

Permalink
use steps instead of needs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Jun 12, 2024
1 parent 936041c commit 7f5180f
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 @@ -301,7 +301,7 @@ jobs:
steps:

- name: Testing Dev
if: needs.determine-platform.outputs.platform == 'all'
if: steps.determine-platform.outputs.platform == 'all'
run: |
echo "Testing Dev"
Expand Down

0 comments on commit 7f5180f

Please sign in to comment.