File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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}"
You can’t perform that action at this time.
0 commit comments