From 9b851af01543bde03b1ab7d0ae0bf5671d0fb614 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Sat, 24 Aug 2024 11:44:53 -0400 Subject: [PATCH] Fix release process (#1345) --- .github/workflows/publish.yaml | 2 +- plural/manifests/context.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a5b1e8e95..5aec82538 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -317,7 +317,7 @@ jobs: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: update context run: | - sed -i '' 's/version: .* # VERSION/version: ${{github.ref_name}} # VERSION/' plural/manifests/context.yaml + sed -i 's/version: .* # VERSION/version: ${{github.ref_name}} # VERSION/' plural/manifests/context.yaml - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: diff --git a/plural/manifests/context.yaml b/plural/manifests/context.yaml index fbe2c3564..9312d5c6d 100644 --- a/plural/manifests/context.yaml +++ b/plural/manifests/context.yaml @@ -7,4 +7,4 @@ spec: name: plural namespace: infra context: - version: sha-a1f4280 # VERSION \ No newline at end of file + version: 0.11.9 # VERSION \ No newline at end of file