Skip to content

Commit 8560b0a

Browse files
chore(deps): update softprops/action-gh-release action to v2
1 parent bd84cb9 commit 8560b0a

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
@@ -89,7 +89,7 @@ jobs:
8989
fromTag: "${{ env.LATEST_TAG }}"
9090
toTag: "master"
9191
- name: Create Release
92-
uses: softprops/action-gh-release@v1
92+
uses: softprops/action-gh-release@v2
9393
with:
9494
files: build/package/*
9595
tag_name: v${{ env.VERSION }}

0 commit comments

Comments
 (0)