Correct typo on GitHub Actions input event for release update (#4643)
This commit is contained in:
@@ -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