We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cf8cf commit 2be92a8Copy full SHA for 2be92a8
1 file changed
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: gradle/gradle-build-action@v2
43
44
- name: Build with Gradle
45
- run: ./gradlew build -x test -PGPG_KEY=$GPG_KEY -PGPG_PWD=$GPG_PWD
+ run: ./gradlew build -x test
46
47
- name: Run SpotBugs
48
run: ./gradlew spotbugsMain spotbugsTest
@@ -84,4 +84,4 @@ jobs:
84
echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
85
export GPG_TTY=$(tty)
86
gpg --batch --import private-key.gpg
87
- ./gradlew publish
+ ./gradlew publish -PGPG_KEY=$GPG_KEY -PGPG_PWD=$GPG_PWD
0 commit comments