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 3a88507 commit bba2281Copy full SHA for bba2281
.github/workflows/upload-artifacts.yml
@@ -28,11 +28,6 @@ jobs:
28
# E.g. "v0.5.31" -> "0.5.31"
29
args: latest --remove-prefix
30
31
- - name: update-chart-version-with-release-version
32
- run: |
33
- RELEASE_VERSION=${{ steps.get-latest-no-v-version.outputs.output }}
34
- sed -i 's/<IS_SUBSTITUTED_IN_CI_RELEASE_JOB>/'"$RELEASE_VERSION"'/g' ./deploy/ydb-operator/Chart.yaml
35
-
36
- name: create-tag
37
uses: mathieudutour/[email protected]
38
with:
0 commit comments