Skip to content

Commit

Permalink
Update release.yml add escaped quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
ikagod authored Apr 13, 2024
1 parent e8bc764 commit df92648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3

- name: Replace version value in ikabot/__init__.py
run: sed -i 's/version=".\+"/version="${{ inputs.milestone }}"/' ikabot/__init__.py
run: sed -i 's/version=".\+"/version="\"${{ inputs.milestone }}\""/' ikabot/__init__.py

- name: Push changes
run: |
Expand Down Expand Up @@ -140,4 +140,4 @@ jobs:
publish_pypi:
needs: [publish_release]
name: Publish Python Package
uses: ./.github/workflows/publish_pypi.yml
uses: ./.github/workflows/publish_pypi.yml

0 comments on commit df92648

Please sign in to comment.