Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahammurciano authored Jun 3, 2024
1 parent 28d24f1 commit 770dc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: 3.7
- name: Get Poetry
uses: abatilo/actions-poetry@v2.1.3
uses: abatilo/actions-poetry@v3
- name: Set Version
run: poetry version $(echo ${{ github.event.release.tag_name }} | cut -d 'v' -f 2)
- name: Build Package
Expand Down

0 comments on commit 770dc27

Please sign in to comment.