Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
joergmann committed Jan 14, 2025
1 parent f35c9b4 commit 4f912b9
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 @@ -32,7 +32,7 @@ jobs:
- run: |
echo dryrun: ${{ github.event.inputs.dry-run }}
- if: ${{ !github.event.inputs.dry-run }}
- if: ${{ github.event.inputs.dry-run != 'true' }}
run: |
echo "dummy"
exit 1
Expand Down

0 comments on commit 4f912b9

Please sign in to comment.