Skip to content

Commit 08d5976

Browse files
committed
use /tmp
1 parent 0157fff commit 08d5976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: gradle/gradle-build-action@v2
3535
with:
3636
gradle-version: 7.4
37-
arguments: assemble publish -Psigning.keyId=${{secrets.SIGNING_KEY_ID}} -Psigning.password=${{secrets.SIGNING_PASSWORD}} -Psigning.secretKeyRingFile=/tmp/secring.gpg) -PossrhUsername=${{secrets.SONATYPE_NEXUS_USERNAME}}
37+
arguments: assemble publish -Psigning.keyId=${{secrets.SIGNING_KEY_ID}} -Psigning.password=${{secrets.SIGNING_PASSWORD}} -Psigning.secretKeyRingFile=/tmp/secring.gpg -PossrhUsername=${{secrets.SONATYPE_NEXUS_USERNAME}}
3838
-PossrhPassword=${{secrets.SONATYPE_NEXUS_PASSWORD}} --stacktrace
3939

4040
- name: Create Release in Github

0 commit comments

Comments
 (0)