mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Correct typo on GitHub Actions input event for release update (#4643)
This commit is contained in:
2
.github/workflows/release_update.yml
vendored
2
.github/workflows/release_update.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ github.event.inputs.tagName }}
|
||||
prerelease: ${{ github.events.inputs.prerelease }}
|
||||
prerelease: ${{ github.event.inputs.prerelease }}
|
||||
draft: true
|
||||
body_path: ${{ github.workspace }}/GITHUB_CHANGELOG.md
|
||||
files: artifacts/release-apk/${{ github.event.inputs.artifactName }}
|
||||
|
||||
Reference in New Issue
Block a user