Skip to content

Commit

Permalink
Update sed cmd in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElieTaillard committed Apr 13, 2024
1 parent df92648 commit cc7b22d
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 @@ -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: cd ikabot && sed -i 's/version=".\+"/version="\"${{ inputs.milestone }}\""/' __init__.py && cd ..

- name: Push changes
run: |
Expand Down

0 comments on commit cc7b22d

Please sign in to comment.