Skip to content

Commit

Permalink
Correct typo on GitHub Actions input event for release update (#4643)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Aug 10, 2024
1 parent d85f9e6 commit e0fe215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e0fe215

Please sign in to comment.