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 68986ab commit bf18fe7Copy full SHA for bf18fe7
1 file changed
.github/workflows/release.yml
@@ -215,7 +215,7 @@ jobs:
215
python3 -m build --sdist
216
python3 -m build --wheel
217
- name: "Create GitHub Release"
218
- uses: softprops/action-gh-release@v2.6.1
+ uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
219
id: gh-release
220
with:
221
tag_name: "v${{ inputs.version }}"
0 commit comments