Correct typo on GitHub Actions input event for release update (#4643)

This commit is contained in:
Pun Butrach
2024-08-10 16:50:18 +07:00
committed by GitHub
parent d85f9e6feb
commit e0fe215941

View File

@@ -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 }}