Skip to content

Commit

Permalink
Fix Bump up image version
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Nov 14, 2023
1 parent cc2cf56 commit 212b48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Bump up image version
id: bump-up-image-version
run: |
sed -i -e "s/default: \'v[.0-9]\{1,\}\'/default: \'${{ github.event.inputs.version }}\'/g" action.yml
sed -i -e "s/default: \"v[.0-9]\{1,\}\"/default: \"${{ github.event.inputs.version }}\"/g" action.yml
git diff
- name: Commit changes
uses: EndBug/add-and-commit@v9
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
version:
description: Specify runn version
required: false
default: 'v0.90.0'
default: "v0.90.1"
debug:
description: Filter runbooks to be executed
required: false
Expand Down

0 comments on commit 212b48a

Please sign in to comment.