Skip to content

Commit 1678382

Browse files
authored
Merge pull request #61 from mikeshng/fix-helm
bug: fix helm chart push
2 parents 895d5aa + 6ce7761 commit 1678382

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/go-release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,20 @@ env:
88
# Common versions
99
GO_VERSION: '1.22'
1010
GO_REQUIRED_MIN_VERSION: ''
11-
GOPATH: '/home/runner/work/cluster-permission/cluster-permission/go'
1211
GITHUB_REF: ${{ github.ref }}
1312
CHART_NAME: cluster-permission
1413

15-
defaults:
16-
run:
17-
working-directory: go/src/open-cluster-management.io/cluster-permission
18-
1914
jobs:
2015
release:
2116
name: release
2217
runs-on: ubuntu-latest
2318
steps:
2419
- name: checkout code
25-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2621
with:
2722
fetch-depth: 1
28-
path: go/src/open-cluster-management.io/cluster-permission
2923
- name: install Go
30-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v5
3125
with:
3226
go-version: ${{ env.GO_VERSION }}
3327
- name: install imagebuilder

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: 0.14.0
2+
appVersion: 0.15.0
33
description: A controller for managing RBAC resources to the managed clusters.
44
name: cluster-permission
55
type: application
6-
version: 0.14.0
6+
version: 0.15.0

0 commit comments

Comments
 (0)