Skip to content

Commit

Permalink
cleanup infra/feast-operator/bin during release
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Feb 4, 2025
1 parent 8ac3c86 commit 11c31ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ jobs:
with:
go-version: 1.22.9
- name: Build & version operator-specific release files
run: |
make -C infra/feast-operator build-installer bundle
rm -rf infra/feast-operator/bin
run: make -C infra/feast-operator build-installer bundle

publish-web-ui-npm:
needs: [ validate_version_bumps, get_dry_release_versions ]
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
"verifyReleaseCmd": "./infra/scripts/validate-release.sh ${nextRelease.type} " + current_branch,

// Bump all version files and build UI / update yarn.lock / helm charts
"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"
"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"
}],

["@semantic-release/release-notes-generator", {
Expand Down

0 comments on commit 11c31ef

Please sign in to comment.