File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 36
36
ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
37
37
ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.SIGNING_KEY_ID }}
38
38
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
39
-
40
- - name : Publish to GitHub Packages
41
- run : ./gradlew publishAllPublicationsToGithubRepository --no-daemon --no-configuration-cache -i -s
42
- env :
43
- ORG_GRADLE_PROJECT_evasGithubUser : ${{ secrets.GH_USER }}
44
- ORG_GRADLE_PROJECT_evasGithubToken : ${{ secrets.GH_TOKEN }}
45
- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
46
- ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.SIGNING_KEY_ID }}
47
- ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
You can’t perform that action at this time.
0 commit comments