Skip to content

Commit 717188b

Browse files
chore(deps): update softprops/action-gh-release action to v2 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c129a46 commit 717188b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: mv app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/release/webview-${{ env.PRIMARY_DOMAIN }}.apk
140140
- name: Create Release
141141
id: create_release
142-
uses: softprops/action-gh-release@v1
142+
uses: softprops/action-gh-release@v2
143143
env:
144144
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
145145
with:

0 commit comments

Comments
 (0)