There was an error while loading. Please reload this page.
2 parents e4e9dd5 + df369bf commit f5c6b70Copy full SHA for f5c6b70
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
git push origin "v${MAJOR}" --force
30
- name: GitHub Release
31
if: steps.tag.outputs.new_tag
32
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
33
with:
34
tag_name: ${{ steps.tag.outputs.new_tag }}
35
body: ${{ steps.tag.outputs.changelog }}
0 commit comments