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 bf18fe7 commit 3269f81Copy full SHA for 3269f81
.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@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
219
id: gh-release
220
with:
221
tag_name: "v${{ inputs.version }}"
0 commit comments