Skip to content

Commit e417d82

Browse files
Merge pull request #82 from Chia-Network/ci-updates
ci: action-gh-release use v2
2 parents 080a623 + eaf65e5 commit e417d82

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.2.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)