Skip to content

Commit 46392cf

Browse files
committed
Remove publish to github package
1 parent 5d534a3 commit 46392cf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/Android-CI-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
env:
3434
VERSION: ${{ github.ref }}
3535

36-
- name: Publish to github package
37-
run: |
38-
signing/decrypt.sh
39-
cat signing/gradle_secure.properties >> gradle.properties
40-
./gradlew publish
41-
env:
42-
CRYPT_PASS: ${{ secrets.CRYPT_PASS }}
43-
GITHUBACTOR: ${{ secrets.GITHUBACTOR }}
44-
GITHUBTOKEN: ${{ secrets.GITHUBTOKEN }}
36+
# - name: Publish to github package
37+
# run: |
38+
# signing/decrypt.sh
39+
# cat signing/gradle_secure.properties >> gradle.properties
40+
# ./gradlew publish
41+
# env:
42+
# CRYPT_PASS: ${{ secrets.CRYPT_PASS }}
43+
# GITHUBACTOR: ${{ secrets.GITHUBACTOR }}
44+
# GITHUBTOKEN: ${{ secrets.GITHUBTOKEN }}
4545

4646
- name: Publish mavenCentral (stage)
4747
run: |

0 commit comments

Comments
 (0)