We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e90fc6 commit c39d90fCopy full SHA for c39d90f
.github/workflows/build-installers.yaml
@@ -103,7 +103,7 @@ jobs:
103
echo "IS_PRERELEASE=${IS_PRERELEASE}" >> "$GITHUB_OUTPUT"
104
105
- name: Release
106
- uses: softprops/action-gh-release@v2.1.0
+ uses: softprops/action-gh-release@v2
107
with:
108
prerelease: ${{steps.is_latest.outputs.IS_PRERELEASE}}
109
make_latest: "${{steps.is_latest.outputs.IS_LATEST}}"
0 commit comments