Skip to content

Commit f639b73

Browse files
chore(deps): update softprops/action-gh-release action to v2
1 parent 42d4683 commit f639b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
commit_options: '--allow-empty'
8080
- name: Create GitHub Release on the tuist/XcodeGraph repository
8181
if: steps.check_prs.outputs.skip_next_steps != 'true'
82-
uses: softprops/action-gh-release@v1
82+
uses: softprops/action-gh-release@v2
8383
with:
8484
draft: false
8585
repository: tuist/XcodeGraph

0 commit comments

Comments
 (0)