Skip to content

Commit af0f0b7

Browse files
authored
Merge pull request #7 from JoshVanL/fix-env-build
Fix env var pass to build
2 parents b429d27 + 16cf8cf commit af0f0b7

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)