Skip to content

Commit

Permalink
Update GitHub release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 11, 2024
1 parent d458813 commit bde5c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
poetry publish --build --skip-existing
- name: Create release and add artifacts 🚀
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
dist/*.tar.gz
Expand Down

0 comments on commit bde5c47

Please sign in to comment.