Skip to content

Commit b614d9b

Browse files
Update softprops/action-gh-release action to v2
1 parent 4bf2862 commit b614d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_apk_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "VERSION=$(grep -Po '^version=\K.*' gradle.properties)" >> $GITHUB_OUTPUT
2929

3030
- name: Create Github Release
31-
uses: softprops/action-gh-release@v1
31+
uses: softprops/action-gh-release@v2
3232
with:
3333
tag_name: ${{ steps.version.outputs.VERSION }}
3434
files: app/build/outputs/apk/release/${{ steps.version.outputs.VERSION }}.apk

0 commit comments

Comments
 (0)