Skip to content

Commit bde2e13

Browse files
chore(deps): update softprops/action-gh-release action to v2 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gregory Mitchell <me@gmitch215.xyz>
1 parent 302c7de commit bde2e13

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)