Skip to content

Commit

Permalink
Merge branch 'ci/update-helm-chart-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice committed Nov 20, 2024
2 parents ae2420b + 13e3e80 commit 62a7e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
let fs = require('fs');
let path = require('path');
# The chart version omits the leading 'v' to adhere to Helm's versioning requirements
let chartVersion = "${{ env.TAG_NAME }}".replace("v", "")
// The chart version omits the leading 'v' to adhere to Helm's versioning requirements
let chartVersion = "${{ env.TAG_NAME }}".replace("v", "");
let files = [
'runtime-class-manager-sbom-amd64.spdx',
Expand All @@ -135,7 +135,7 @@ jobs:
'shim-downloader-sbom-arm64.spdx',
'shim-downloader-sbom-arm64.spdx.cert',
'shim-downloader-sbom-arm64.spdx.sig',
`runtime-class-manager-${chartVersion}.tgz`
`runtime-class-manager-${chartVersion}.tgz`,
]
const {RELEASE_ID} = process.env
Expand Down

0 comments on commit 62a7e71

Please sign in to comment.