Skip to content

Commit

Permalink
Merge pull request #116 from montblu/fix-sed-on-osx-runner
Browse files Browse the repository at this point in the history
Fix 'sed' command on OSX runner
  • Loading branch information
MiguelNdeCarvalho authored Mar 5, 2024
2 parents 681de60 + 780e5eb commit 1ce99be
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 @@ -28,7 +28,7 @@ jobs:
python-version: "3.11"
- name: Set version based on tag
run: |
sed -i 's/dev/${{ steps.tag.outputs.tag }}/g' terrabutler/__init__.py
sed -i='' 's/dev/${{ steps.tag.outputs.tag }}/g' terrabutler/__init__.py
- name: Build Python Module
run: |
pip install -r requirements.txt pyinstaller
Expand Down

0 comments on commit 1ce99be

Please sign in to comment.