Skip to content

Commit

Permalink
ci: correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jan 22, 2025
1 parent 8e4ca18 commit a2a7d1e
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 @@ -25,7 +25,7 @@ jobs:

- name: 🛑 Fail if no package name found
run: exit 1
if: !steps.folder.outputs.matched
if: ${{ !steps.folder.outputs.matched }}

- name: ⬇️ Set up code
uses: actions/checkout@v4
Expand Down

0 comments on commit a2a7d1e

Please sign in to comment.