We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925e7e1 commit 9b851afCopy full SHA for 9b851af
.github/workflows/publish.yaml
@@ -317,7 +317,7 @@ jobs:
317
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
318
- name: update context
319
run: |
320
- 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
321
- name: Create Pull Request
322
uses: peter-evans/create-pull-request@v5
323
with:
plural/manifests/context.yaml
@@ -7,4 +7,4 @@ spec:
7
name: plural
8
namespace: infra
9
context:
10
- version: sha-a1f4280 # VERSION
+ version: 0.11.9 # VERSION
0 commit comments