diff --git a/.changes/unreleased/Fixed-20241105-213558.yaml b/.changes/unreleased/Fixed-20241105-213558.yaml new file mode 100644 index 00000000..afade886 --- /dev/null +++ b/.changes/unreleased/Fixed-20241105-213558.yaml @@ -0,0 +1,3 @@ +kind: Fixed +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 +time: 2024-11-05T21:35:58.176861476+01:00 diff --git a/.github/workflows/upload-artifacts.yml b/.github/workflows/upload-artifacts.yml index 7483dce2..39a0dc6e 100644 --- a/.github/workflows/upload-artifacts.yml +++ b/.github/workflows/upload-artifacts.yml @@ -28,11 +28,6 @@ jobs: # E.g. "v0.5.31" -> "0.5.31" args: latest --remove-prefix - - name: update-chart-version-with-release-version - run: | - RELEASE_VERSION=${{ steps.get-latest-no-v-version.outputs.output }} - sed -i 's//'"$RELEASE_VERSION"'/g' ./deploy/ydb-operator/Chart.yaml - - name: create-tag uses: mathieudutour/github-tag-action@v6.2 with: