Skip to content

Commit

Permalink
Updated the checkout code command (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: Mariah Holder <marholde@marholde-thinkpadp16vgen1.rht.csb>
Co-authored-by: Mariah Holder <marholde@marholde-thinkpadp16vgen1.rht.csb>
  • Loading branch information
mholder6 and Mariah Holder authored Dec 6, 2024
1 parent bea29f6 commit 6fef9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
ref: ${{ github.ref }}

- name: Update params.env with new release version
run: |
sed -i 's|:fast|:${{ github.event.inputs.tag_name }}|gm' config/base/params.env
run: |
sed -i 's|odh-model-controller:fast|odh-model-controller:${{ 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 6fef9bc

Please sign in to comment.