We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5e5c5 commit a08e001Copy full SHA for a08e001
.github/workflows/create-release.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Update params.env with new release version
78
run: |
79
- sed -i 's|:v[0-9.]*.*|:${{ github.event.inputs.tag_name }}|gm' config/overlays/odh/params.env
+ sed -i 's|:v[0-9.]*.*-latest|:${{ github.event.inputs.tag_name }}|gm' config/overlays/odh/params.env
80
- name: Commit changes
81
82
git config --global user.email "github-actions@github.com"
0 commit comments