Skip to content

Commit 999b77f

Browse files
authored
chore: Cleanup infra/feast-operator/bin during release (#5010)
* ignore infra/feast-operator/bin during release Signed-off-by: Tommy Hughes <[email protected]> * cleanup infra/feast-operator/bin during release Signed-off-by: Tommy Hughes <[email protected]> * cleanup infra/feast-operator/bin during release Signed-off-by: Tommy Hughes <[email protected]> --------- Signed-off-by: Tommy Hughes <[email protected]>
1 parent 2e3652f commit 999b77f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ jobs:
110110
with:
111111
go-version: 1.22.9
112112
- name: Build & version operator-specific release files
113-
run: |
114-
make -C infra/feast-operator build-installer bundle
115-
rm -rf infra/feast-operator/bin
113+
run: make -C infra/feast-operator build-installer bundle
116114

117115
publish-web-ui-npm:
118116
needs: [ validate_version_bumps, get_dry_release_versions ]

.releaserc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
"verifyReleaseCmd": "./infra/scripts/validate-release.sh ${nextRelease.type} " + current_branch,
4242

4343
// Bump all version files and build UI / update yarn.lock / helm charts
44-
"prepareCmd": "python ./infra/scripts/release/bump_file_versions.py ${lastRelease.version} ${nextRelease.version}; make build-ui; make build-helm-docs; make -C infra/feast-operator build-installer bundle"
44+
"prepareCmd": "python ./infra/scripts/release/bump_file_versions.py ${lastRelease.version} ${nextRelease.version}; make build-ui; make build-helm-docs; make -C infra/feast-operator build-installer bundle; rm -rf infra/feast-operator/bin"
4545
}],
4646

4747
["@semantic-release/release-notes-generator", {

0 commit comments

Comments
 (0)