Skip to content

Commit 27c0324

Browse files
authored
Merge pull request #29 from byPixelTV/renovate/major-github-actions
chore: update softprops/action-gh-release action to v3
2 parents 56854ee + 8cb3076 commit 27c0324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Create GitHub Release
9090
if: github.ref == 'refs/heads/release' && steps.check_commits.outputs.no_new_commits != 'true'
91-
uses: softprops/action-gh-release@v2
91+
uses: softprops/action-gh-release@v3
9292
with:
9393
tag_name: ${{ steps.normalize.outputs.tag }}
9494
name: "LettuceWrapper v${{ steps.normalize.outputs.tag }}"

0 commit comments

Comments
 (0)