Skip to content

Commit

Permalink
chore: Updated sed command to reference setup.py in src
Browse files Browse the repository at this point in the history
  • Loading branch information
w1ll1am23 committed Dec 10, 2022
1 parent 6c0ef2b commit 577640e
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 @@ -21,7 +21,7 @@ jobs:
if: ${{steps.semantic_release_info.outputs.version != ''}}
run: |
echo "Version: ${{steps.semantic_release_info.outputs.version}}"
sed -i "s/VERSION = \".*\"/VERSION = \"${{steps.semantic_release_info.outputs.version}}\"/g" setup.py
sed -i "s/VERSION = \".*\"/VERSION = \"${{steps.semantic_release_info.outputs.version}}\"/g" src/setup.py
git config --local user.email "[email protected]"
git config --local user.name "William Scanlon"
git add -A
Expand Down

0 comments on commit 577640e

Please sign in to comment.