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 6f24bdf + 9dec4f6 commit 5565d3dCopy full SHA for 5565d3d
1 file changed
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
uses: pypa/gh-action-pypi-publish@release/v1
99
- name: Create a Release
100
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
101
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
102
with:
103
files: |
104
dist/*
0 commit comments