Skip to content

Commit f21f08b

Browse files
committed
Fix Relase Action
1 parent 3cc53a1 commit f21f08b

20 files changed

+5
-13
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,19 @@ jobs:
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Build and Push Images
3535
run: make touch all images -e RELEASE=1 VERSION=${{ github.ref_name }}
36-
- name: Build SBOMS
37-
run: go run ./hack/sbom
38-
- name: Build Documentation
39-
run: sudo apt -y install wbritish && go run github.com/spjmurray/unikorn-core/hack/docs -o docs/server-api.md
36+
# - name: Build Documentation
37+
# run: sudo apt -y install wbritish && go run github.com/unikorn-cloud/core/hack/docs -o docs/server-api.md
4038
- name: Configure Git
4139
run: |
4240
git config user.name "$GITHUB_ACTOR"
4341
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
4442
- name: Release Helm Chart
45-
uses: spjmurray/unikorn-chart-release-action@v1
43+
uses: unikorn-cloud/chart-release-action@v1
4644
env:
4745
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
- name: Rename Release Assets
49-
run: cp bin/unikornctl bin/unikornctl-linux-amd64
5046
- name: Release
5147
uses: softprops/action-gh-release@v1
5248
with:
5349
token: ${{ secrets.GITHUB_TOKEN }}
5450
name: Release ${{ github.ref_name }}
5551
tag_name: ${{ github.ref_name }}
56-
files: |
57-
bin/unikornctl-linux-amd64
58-
sboms/*.spdx
59-
docs/server-api.md

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ BINDIR = bin
3535
CMDDIR = cmd
3636
SRCDIR = src
3737
GENDIR = generated
38-
CRDDIR = charts/unikorn-identity/crds
38+
CRDDIR = charts/identity/crds
3939
SRVSCHEMA = openapi/server.spec.yaml
4040
SRVGENPKG = generated
4141
SRVGENDIR = pkg/$(SRVGENPKG)
@@ -181,4 +181,4 @@ touch:
181181
lint: $(GENDIR)
182182
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@$(LINT_VERSION)
183183
$(GOBIN)/golangci-lint run ./...
184-
helm lint --strict charts/unikorn-identity
184+
helm lint --strict charts/identity

charts/unikorn-identity/crds/unikorn-cloud.org_oauth2clients.yaml renamed to charts/identity/crds/unikorn-cloud.org_oauth2clients.yaml

File renamed without changes.

charts/unikorn-identity/crds/unikorn-cloud.org_oauth2mappings.yaml renamed to charts/identity/crds/unikorn-cloud.org_oauth2mappings.yaml

File renamed without changes.

charts/unikorn-identity/crds/unikorn-cloud.org_oauth2providers.yaml renamed to charts/identity/crds/unikorn-cloud.org_oauth2providers.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)