Skip to content

Commit 171f7f3

Browse files
committed
not snapshots
1 parent 852de68 commit 171f7f3

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
@@ -45,7 +45,7 @@ jobs:
4545
mvn --batch-mode --update-snapshots verify gpg:sign -Dversion.modifier=''
4646
ls
4747
ls *
48-
gpg --verify target/javasdk-0.1.0-SNAPSHOT-sources.jar.asc target/javasdk-0.1.0-SNAPSHOT-sources.jar
48+
gpg --verify target/javasdk-0.1.0-sources.jar.asc target/javasdk-0.1.0-sources.jar
4949
5050
- name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)