Skip to content

Commit c39d90f

Browse files
committed
ci: action-gh-release use v2
1 parent 0e90fc6 commit c39d90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-installers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
echo "IS_PRERELEASE=${IS_PRERELEASE}" >> "$GITHUB_OUTPUT"
104104
105105
- name: Release
106-
uses: softprops/action-gh-release@v2.1.0
106+
uses: softprops/action-gh-release@v2
107107
with:
108108
prerelease: ${{steps.is_latest.outputs.IS_PRERELEASE}}
109109
make_latest: "${{steps.is_latest.outputs.IS_LATEST}}"

0 commit comments

Comments
 (0)