Skip to content

Commit 7e4d456

Browse files
authored
Update attach_debug_apks_to_release.yml
1 parent 3cbdf9d commit 7e4d456

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/attach_debug_apks_to_release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ jobs:
2121
with:
2222
ref: ${{ env.GITHUB_REF }}
2323

24-
- name: Create Release
24+
- name: Release
2525
uses: softprops/action-gh-release@v2
2626
with:
27-
tag_name: ${{ github.ref_name }}
28-
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
prerelease: True
3028

3129
- name: Build and attach APKs to release
3230
shell: bash {0}

0 commit comments

Comments
 (0)