Skip to content

Commit

Permalink
use new bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Feb 13, 2024
1 parent a4dd9f9 commit e5773da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-deb-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
vincrement:
description: 'Package version increment (major.minor.xxx)'
required: true
default: 'minor'
default: 'patch'
type: choice
options:
- major
- minor
- patch

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

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

Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/container-release.yml

This file was deleted.

0 comments on commit e5773da

Please sign in to comment.