Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriko1211 committed Aug 7, 2024
1 parent 577a198 commit af0f57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bumpup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
VERSION: ${{ github.event.inputs.gem-version }}
run: |
sed -i "s/VERSION = .*/VERSION = '${VERSION}' /" lib/jpostcode/version.rb
sed -i "s/VERSION = .*/VERSION = '${VERSION}'/" lib/jpostcode/version.rb
- name: bundle install
run: |
Expand Down

0 comments on commit af0f57e

Please sign in to comment.