Skip to content

Commit

Permalink
Merge pull request #328 from mholder6/odh-v2.22-updates
Browse files Browse the repository at this point in the history
Updated the checkout code command
  • Loading branch information
hdefazio authored Dec 6, 2024
2 parents 4548d44 + 57f671e commit bea29f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Update params.env with new release version
run: |
sed -i 's|:v[0-9.]*.*|:${{ github.event.inputs.tag_name }}|gm' config/base/params.env
sed -i 's|:fast|:${{ github.event.inputs.tag_name }}|gm' config/base/params.env
- name: Commit changes
run: |
git config --global user.email "github-actions@github.com"
Expand Down

0 comments on commit bea29f6

Please sign in to comment.