Skip to content

Commit

Permalink
fix release (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 authored Apr 18, 2024
1 parent 6ea95cf commit a36aa17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
./release
./infrastructure-linode
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ tilt-cluster: ctlptl tilt kind clusterctl

##@ Release:

RELEASE_DIR ?= release
RELEASE_DIR ?= infrastructure-linode

.PHONY: release
release: $(KUSTOMIZE) clean-release set-manifest-image release-manifests generate-flavors release-templates release-metadata clean-release-git
Expand Down

0 comments on commit a36aa17

Please sign in to comment.