Skip to content

Commit 8742ec8

Browse files
chore(deps): update softprops/action-gh-release action to v3 (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7f073d commit 8742ec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
skip_dirty_check: true
9292
commit_message: "[Release] Validator ${{ steps.next-version.outputs.NEXT_VERSION }}"
9393
- name: Create GitHub Release
94-
uses: softprops/action-gh-release@v2
94+
uses: softprops/action-gh-release@v3
9595
if: steps.check-changes.outputs.has-changes == 'true'
9696
with:
9797
draft: false

0 commit comments

Comments
 (0)