Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Vanloo committed Feb 19, 2024
1 parent 55dc507 commit edd19e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- name: Update version
run: |
echo "__version__ = '"${{ github.event.inputs.version }}'" > src/linkplay/__version__.py
echo "__version__ = '${{ github.event.inputs.version }}'" > src/linkplay/__version__.py
- uses: actions/setup-python@v5
with:
python-version: 3.11
Expand Down

0 comments on commit edd19e0

Please sign in to comment.