Skip to content

Commit

Permalink
Merge pull request #82 from Chia-Network/ci-updates
Browse files Browse the repository at this point in the history
ci: action-gh-release use v2
  • Loading branch information
TheLastCicada authored Dec 18, 2024
2 parents 080a623 + eaf65e5 commit e417d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
echo "IS_PRERELEASE=${IS_PRERELEASE}" >> "$GITHUB_OUTPUT"
- name: Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2
with:
prerelease: ${{steps.is_latest.outputs.IS_PRERELEASE}}
make_latest: "${{steps.is_latest.outputs.IS_LATEST}}"
Expand Down

0 comments on commit e417d82

Please sign in to comment.