Skip to content

Commit 0899013

Browse files
authored
Update android-foss-release.yml
1 parent fb20d72 commit 0899013

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/android-foss-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ name: Android FOSS Release
33
on:
44
push:
55
tags:
6-
- 'v*' # e.g., v1.23.1
6+
- '*'
77
workflow_dispatch:
88

99
permissions:
10-
contents: write # needed to create GitHub Releases
10+
contents: write
1111

1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
env:
16-
# keep Play off in CI; your Gradle uses these envs for signing
1716
ENABLE_PLAY_RELEASE: "false"
1817
STORE_FILE: keystore
1918
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}

0 commit comments

Comments
 (0)