We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdb5cb commit 14dd262Copy full SHA for 14dd262
1 file changed
action.yml
@@ -96,7 +96,7 @@ runs:
96
97
- name: Update version in setup.py
98
shell: bash
99
- run: sed -i "s/version='.*',/version='$VERSION',/" setup.py
+ run: sed -i "s/version=['\"].*['\"]/version='$VERSION'/" setup.py
100
101
- name: Commit changes
102
0 commit comments