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 9c8a744 + a4f47c8 commit f5cfc0eCopy full SHA for f5cfc0e
.github/workflows/ci.yml
@@ -136,7 +136,7 @@ jobs:
136
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
137
- name: Create a GitHub Release
138
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
139
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
140
with:
141
files: |
142
dist/*
0 commit comments