Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Oct 1, 2023
1 parent 6b7e6ef commit 402ca98
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 402ca98

Please sign in to comment.