Skip to content

Commit d65a36f

Browse files
chore(deps): [GHA] Update softprops/action-gh-release action to v2
1 parent 2e0545c commit d65a36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: steps.should-publish-package.outputs.publish == 1
121121

122122
- name: "Create release"
123-
uses: softprops/action-gh-release@v1
123+
uses: softprops/action-gh-release@v2
124124
with:
125125
tag_name: v${{ steps.get-version.outputs.version }}
126126
generate_release_notes: true

0 commit comments

Comments
 (0)