Skip to content

Commit 56ca085

Browse files
committed
We shouldn't need to verify again, since it was done in a previous step and the artifact is still around
1 parent b568726 commit 56ca085

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,11 @@ jobs:
5858

5959
- name: Deploy
6060
run: |
61-
ls
62-
ls *
6361
gpg --verify target/javasdk-0.1.0-sources.jar.asc target/javasdk-0.1.0-sources.jar
6462
mvn -P gpg_verify \
6563
--no-transfer-progress \
6664
--batch-mode \
67-
--file pom.xml -s release/m2-settings.xml verify gpg:sign deploy -Dversion.modifier=''
65+
--file pom.xml -s release/m2-settings.xml deploy -Dversion.modifier=''
6866
env:
6967
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
7068
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)