Skip to content

Commit 735489a

Browse files
committed
Oops
1 parent 0ab3876 commit 735489a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/create_release_pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- name: Update version and push
3434
id: make-commit
3535
run: |
36-
sed -i 's/version\ =\ "[0-9]\+\.[0-9]\+\.[0-9]\+"/version\ =\ "${{ github.event.inputs.versionName }}"/g' pyproject.toml
36+
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
3739
git add pyproject.toml
3840
#git commit --message "Prepare release ${{ github.event.inputs.versionName }}"
3941
git commit --message "test"

0 commit comments

Comments
 (0)