Skip to content

Commit

Permalink
🌱 auto update chart version test
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 committed Mar 6, 2024
1 parent 0a722bb commit 7756945
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ env:
# Common versions
GO_VERSION: '1.21'
GO_REQUIRED_MIN_VERSION: ''
GOPATH: '/home/runner/work/managed-serviceaccount/managed-serviceaccount/go'
# GOPATH: '/home/runner/work/managed-serviceaccount/managed-serviceaccount/go'
GITHUB_REF: ${{ github.ref }}
CHART_NAME: managed-serviceaccount
CHART_VERSION_FILE_PATH: ./charts/managed-serviceaccount/Chart.yaml

defaults:
run:
working-directory: go/src/open-cluster-management.io/managed-serviceaccount
# defaults:
# run:
# working-directory: go/src/open-cluster-management.io/managed-serviceaccount

jobs:
env:
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
path: go/src/open-cluster-management.io/managed-serviceaccount
# path: go/src/open-cluster-management.io/managed-serviceaccount
- name: get release version
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
path: go/src/open-cluster-management.io/managed-serviceaccount
# path: go/src/open-cluster-management.io/managed-serviceaccount

- name: calculate next version
id: calculate_next_version
Expand Down

0 comments on commit 7756945

Please sign in to comment.