We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbb9a6f + 51858ea commit 320e852Copy full SHA for 320e852
1 file changed
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
uses: pypa/gh-action-pypi-publish@release/v1
98
- name: Create a Release
99
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
100
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
101
with:
102
files: |
103
dist/*
0 commit comments