Skip to content

Commit

Permalink
ci: action-gh-release use v2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Dec 18, 2024
1 parent 0e90fc6 commit c39d90f
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.1.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 c39d90f

Please sign in to comment.