Skip to content

Commit f5e81e6

Browse files
committed
Maybe signing in the first build fixes it?
1 parent 4efb032 commit f5e81e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
4141

4242
- name: Build with Maven
43-
run: mvn --batch-mode --update-snapshots verify -Dversion.modifier=''
43+
run: mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
4444

4545
- name: Upload coverage to Codecov
4646
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)