Skip to content

Commit

Permalink
Fix release process (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Aug 24, 2024
1 parent 925e7e1 commit 9b851af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plural/manifests/context.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spec:
name: plural
namespace: infra
context:
version: sha-a1f4280 # VERSION
version: 0.11.9 # VERSION

0 comments on commit 9b851af

Please sign in to comment.