Skip to content

Commit

Permalink
Update build-deb-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Feb 1, 2024
1 parent 0893681 commit a3f2ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
token: ${{ secrets.ACTION_DISPATCH }}
tag: ${{ steps.calaos_version.outputs.version_bumped }}
name: ${{ steps.calaos_version.outputs.version_bumped }}
prerelease: ${{ github.event.inputs.vincrement != '' }}
prerelease: ${{ github.event.inputs.vincrement == '' }}
files: pkg/*.deb
gzip: false

Expand Down

0 comments on commit a3f2ae6

Please sign in to comment.