Skip to content

Commit

Permalink
Update restricted.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Jun 14, 2024
1 parent eaf0689 commit 46ccc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/restricted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "version=$(jq --raw-output '.version | gsub("[^0-9.]"; "")' metadata.json)" >> $GITHUB_OUTPUT
- name: "Check version"
if: ${{ steps.get_version.outputs.version }}
if: ${{ steps.get_version.outputs.version != '' }}
run: |
echo "Version is empty. Exiting workflow."
exit 1
Expand Down

0 comments on commit 46ccc5f

Please sign in to comment.