Skip to content

Commit 6a85cd3

Browse files
committed
Verify the snapshot?
1 parent fe2a361 commit 6a85cd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
4242

4343
- name: Build with Maven
44-
run: mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
44+
run: |
45+
mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
46+
gpg --verify javasdk-0.1.0-SNAPSHOT-sources.jar.asc javasdk-0.1.0-SNAPSHOT-sources.jar
4547

4648
- name: Upload coverage to Codecov
4749
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)