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 fdf9352 + 59ab122 commit d773ed5Copy full SHA for d773ed5
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
uses: pypa/gh-action-pypi-publish@release/v1
101
- name: Create a Release
102
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
103
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
104
with:
105
files: |
106
dist/*
0 commit comments