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 + ee03909 commit 4634fa6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
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", "")
let chartVersion = "${{ env.TAG_NAME }}".replace("v", "");
let files = [
'runtime-class-manager-sbom-amd64.spdx',
Expand All @@ -129,13 +129,7 @@ jobs:
'node-installer-sbom-arm64.spdx',
'node-installer-sbom-arm64.spdx.cert',
'node-installer-sbom-arm64.spdx.sig',
'shim-downloader-sbom-amd64.spdx',
'shim-downloader-sbom-amd64.spdx.cert',
'shim-downloader-sbom-amd64.spdx.sig',
'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 4634fa6

Please sign in to comment.