Skip to content

Commit

Permalink
update ghA
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Feb 3, 2024
1 parent a3f2ae6 commit 89dae99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-deb-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ on:
workflow_dispatch:
inputs:
vincrement:
description: 'Package version increment (major.minor.patch)'
description: 'Package version increment (major.minor.xxx)'
required: true
default: 'patch'
type: choice
options:
- major
- minor
- patch
- prerelease

jobs:
build-and-push-deb-pkg:
Expand All @@ -27,7 +25,7 @@ jobs:

- name: Calaos Action Bump Version
id: calaos_version
uses: calaos/action-bump-version@1.1.1
uses: calaos/action-bump-version@1.2.0
with:
version_fragment: ${{ github.event.inputs.vincrement || 'prerelease' }}

Expand Down

0 comments on commit 89dae99

Please sign in to comment.