Skip to content

Commit

Permalink
Merge pull request #33 from spowelljr/fixBumpVersion
Browse files Browse the repository at this point in the history
CI: Fix sed in GitHub Action bump-version
  • Loading branch information
medyagh authored Feb 22, 2023
2 parents 4d7b876 + 416bba5 commit 575711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Bump Version
run: |
sed -i s/VERSION = .*/VERSION = ${{ github.event.inputs.version }}/ Makefile
sed -i 's/VERSION = .*/VERSION = ${{ github.event.inputs.version }}/' Makefile
make bump-version
- name: Create PR
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
Expand Down

0 comments on commit 575711f

Please sign in to comment.