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.
2 parents 080a623 + eaf65e5 commit e417d82Copy full SHA for e417d82
.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.2.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