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 4f912b9 commit 0eaadfb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ jobs:
- if: ${{ github.event.inputs.dry-run != 'true' }}
run: |
echo "dummy"
echo " != true"
exit 1
- if: ${{ github.event.inputs.dry-run == 'true' }}
run: |
echo " true"
exit 1
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0eaadfb

Please sign in to comment.