We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c468d4 commit e9817faCopy full SHA for e9817fa
.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Checkout
49
uses: actions/checkout@v4
50
with:
51
+ ref: main
52
fetch-depth: 0
53
54
- name: Configure Git
@@ -88,7 +89,7 @@ jobs:
88
89
90
# Update Chart.yaml with new version and appVersion
91
sed -i "s/version: .*/version: $NEW_VERSION/" helm/temporal-worker-controller/Chart.yaml
- sed -i "s/appVersion: .*/appVersion: $GITHUB_REF_NAME/" helm/temporal-worker-controller/Chart.yaml
92
+ sed -i "s/appVersion: .*/appVersion: ${GITHUB_REF_NAME#v}/" helm/temporal-worker-controller/Chart.yaml
93
94
# Set output variable for use in later steps
95
echo "version=$NEW_VERSION" >> "$GITHUB_OUTPUT"
0 commit comments