We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3886182 commit 852de68Copy full SHA for 852de68
.github/workflows/release.yml
@@ -43,6 +43,8 @@ jobs:
43
- name: Build with Maven
44
run: |
45
mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
46
+ ls
47
+ ls *
48
gpg --verify target/javasdk-0.1.0-SNAPSHOT-sources.jar.asc target/javasdk-0.1.0-SNAPSHOT-sources.jar
49
50
- name: Upload coverage to Codecov
0 commit comments