Fix Gradle dependencies example
Fix invalid secret names Remove concurrency Remove invalid rm flag on Windows Replace rm with rd on Windows
This commit is contained in:
parent
e7ab107f9c
commit
825bcd7355
2 changed files with 4 additions and 4 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -6,8 +6,8 @@ on:
|
|||
env:
|
||||
JAVA_VERSION: 11
|
||||
JAVA_DISTRIBUTION: 'zulu'
|
||||
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSH_USERNAME}}
|
||||
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSSH_PASSWORD}}
|
||||
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME}}
|
||||
ORG_GRADLE_PROJECT_ossrhPassword: ${{ secrets.OSSRH_PASSWORD}}
|
||||
|
||||
jobs:
|
||||
publish-base:
|
||||
|
@ -112,5 +112,5 @@ jobs:
|
|||
run: ./gradlew publishMingwX64PublicationToOSSRHRepository
|
||||
|
||||
- name: Delete GnuPG data
|
||||
run: rm -rfv $HOME/.gnupg
|
||||
run: rd /s /q $HOME/.gnupg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue