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 3502523 + 20e86d6 commit 980a0c1Copy full SHA for 980a0c1
.github/workflows/ci.yml
@@ -136,7 +136,7 @@ jobs:
136
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
137
- name: Create a GitHub Release
138
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
139
- uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
+ uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7
140
with:
141
files: |
142
dist/*
0 commit comments