Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 1ea4096 commit a24e0d8Copy full SHA for a24e0d8
.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@72f2c25fcb47643c292f7107632f7a47c1df5cd8
+ uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836
140
with:
141
files: |
142
dist/*
0 commit comments