mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Update softprops/action-gh-release action to v2 (#4117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/release_update.yml
vendored
2
.github/workflows/release_update.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
name: Release APK
|
||||
path: artifacts/release-apk
|
||||
- name: Publish GitHub release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ github.event.inputs.tagName }}
|
||||
prerelease: ${{ github.events.inputs.prerelease }}
|
||||
|
||||
Reference in New Issue
Block a user