Skip to content

Commit e3e7f08

Browse files
authored
Merge pull request #1 from cyanxiao/dependabot/github_actions/softprops/action-gh-release-2
ci(deps): bump softprops/action-gh-release from 1 to 2
2 parents b0f3da7 + 6b65417 commit e3e7f08

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
@@ -77,7 +77,7 @@ jobs:
7777
git push origin release
7878
7979
- name: Create GitHub Release
80-
uses: softprops/action-gh-release@v1
80+
uses: softprops/action-gh-release@v2
8181
with:
8282
tag_name: ${{ steps.get_version.outputs.version }}
8383
name: Release ${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)