Skip to content

Commit 1dc9638

Browse files
authored
Enable the version bump type (#31)
1 parent 3f4ff95 commit 1dc9638

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/create-bosh-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Create Bosh Release
2626
runs-on: ubuntu-latest
2727
container:
28-
image: "ghcr.io/${{ github.repository }}-ci:${{ github.ref_name }}-latest"
28+
image: "ghcr.io/${{ github.repository }}-ci:main-latest"
2929
permissions:
3030
contents: write
3131

@@ -188,8 +188,7 @@ jobs:
188188
- name: Generate next release version
189189
id: generate-next-release-version
190190
env:
191-
# BUMP_TYPE: ${{ inputs.version_bump_type }}
192-
BUMP_TYPE: minor
191+
BUMP_TYPE: ${{ inputs.version_bump_type }}
193192
run: |
194193
_last_cf_cli_bosh_release_version=$(find releases/cf-cli -name 'cf-cli-*.yml' | sort -V | tail -1 | sed 's/.*cf-cli-\([[:digit:]].*\).yml/\1/')
195194
echo "Last CF CLI bosh release version: ${_last_cf_cli_bosh_release_version}"

0 commit comments

Comments
 (0)