2 parents 56854ee + 8cb3076 commit 27c0324Copy full SHA for 27c0324
1 file changed
.github/workflows/build_release.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Create GitHub Release
90
if: github.ref == 'refs/heads/release' && steps.check_commits.outputs.no_new_commits != 'true'
91
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
92
with:
93
tag_name: ${{ steps.normalize.outputs.tag }}
94
name: "LettuceWrapper v${{ steps.normalize.outputs.tag }}"
0 commit comments