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 852de68 commit 171f7f3Copy full SHA for 171f7f3
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
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
+ gpg --verify target/javasdk-0.1.0-sources.jar.asc target/javasdk-0.1.0-sources.jar
49
50
- name: Upload coverage to Codecov
51
uses: codecov/codecov-action@v2
0 commit comments