We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab3876 commit 735489aCopy full SHA for 735489a
1 file changed
.github/workflows/create_release_pr.yml
@@ -33,7 +33,9 @@ jobs:
33
- name: Update version and push
34
id: make-commit
35
run: |
36
- sed -i 's/version\ =\ "[0-9]\+\.[0-9]\+\.[0-9]\+"/version\ =\ "${{ github.event.inputs.versionName }}"/g' pyproject.toml
+ cd codecov-cli
37
+ # sed -i 's/version\ =\ "[0-9]\+\.[0-9]\+\.[0-9]\+"/version\ =\ "${{ github.event.inputs.versionName }}"/g' pyproject.toml
38
+ sed -i 's/version\ =\ "[0-9]\+\.[0-9]\+\.[0-9]\+"/version\ =\ "test"/g' pyproject.toml
39
git add pyproject.toml
40
#git commit --message "Prepare release ${{ github.event.inputs.versionName }}"
41
git commit --message "test"
0 commit comments