Skip to content

Commit 41940ac

Browse files
authored
Testing automatic release pipeline, attempt 1 (#261)
1 parent 3a88507 commit 41940ac

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Fixed
2+
body: Chart.yaml version has to be bumped up manually every PR, but a workflow step will warn you if you didn't do it
3+
time: 2024-11-05T21:35:58.176861476+01:00

.github/workflows/upload-artifacts.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
# E.g. "v0.5.31" -> "0.5.31"
2929
args: latest --remove-prefix
3030

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-
3631
- name: create-tag
3732
uses: mathieudutour/github-tag-action@v6.2
3833
with:

0 commit comments

Comments
 (0)