Skip to content

Commit

Permalink
handle quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 authored Sep 22, 2023
1 parent d81e3c0 commit e4cb073
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 @@ -35,7 +35,7 @@ jobs:
if: ${{ steps.release.outputs.version != '' }}
run: |
version=${{ steps.release.outputs.version }}
sed -i "s/^PICTRS_SAFETY_VERSION = .*/PICTRS_SAFETY_VERSION = ${version}/g" ./pictrs_safety_api/consts.py
sed -i "s/^PICTRS_SAFETY_VERSION = \".*\"/PICTRS_SAFETY_VERSION = \"${version}\"/g" ./pictrs_safety_api/consts.py
git config user.email github-actions@github.com
git config user.name github-actions
git commit -am 'version incremented'
Expand Down

0 comments on commit e4cb073

Please sign in to comment.