Skip to content

Commit

Permalink
Fixed release config
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Feb 6, 2023
1 parent 1189416 commit 40af6c0
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 @@ -14,11 +14,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.3
poetry-version: '1.3'
- name: Verify versioning
run: |
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
Expand Down

0 comments on commit 40af6c0

Please sign in to comment.