Skip to content

Commit 16cf8cf

Browse files
committed
Fix env var pass to build
Signed-off-by: joshvanl <[email protected]>
1 parent b429d27 commit 16cf8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: gradle/gradle-build-action@v2
4343

4444
- name: Build with Gradle
45-
run: ./gradlew build -x test
45+
run: ./gradlew build -x test -PGPG_KEY=$GPG_KEY -PGPG_PWD=$GPG_PWD
4646

4747
- name: Run SpotBugs
4848
run: ./gradlew spotbugsMain spotbugsTest

0 commit comments

Comments
 (0)