Skip to content

Commit 9b851af

Browse files
Fix release process (#1345)
1 parent 925e7e1 commit 9b851af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
318318
- name: update context
319319
run: |
320-
sed -i '' 's/version: .* # VERSION/version: ${{github.ref_name}} # VERSION/' plural/manifests/context.yaml
320+
sed -i 's/version: .* # VERSION/version: ${{github.ref_name}} # VERSION/' plural/manifests/context.yaml
321321
- name: Create Pull Request
322322
uses: peter-evans/create-pull-request@v5
323323
with:

plural/manifests/context.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ spec:
77
name: plural
88
namespace: infra
99
context:
10-
version: sha-a1f4280 # VERSION
10+
version: 0.11.9 # VERSION

0 commit comments

Comments
 (0)