Skip to content

Commit

Permalink
Merge pull request #587 from kufu/fix-bumpup-action
Browse files Browse the repository at this point in the history
Fix bump up action
  • Loading branch information
yuriko1211 authored Aug 7, 2024
2 parents 577a198 + af0f57e commit 8e26428
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 8e26428

Please sign in to comment.