Skip to content

Commit f4948a7

Browse files
committed
Update maven-central.yml
1 parent 4a7f704 commit f4948a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
meta: [" ", ".asc", ".sigstore.json", ".md5", ".sha1"]
50+
meta: ["", ".asc", ".sigstore.json", ".md5", ".sha1"]
5151
steps:
5252
- name: Set VERSION
5353
shell: bash
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash
6363
run: |
6464
# shellcheck disable=SC2086
65-
./mvnw ${MAVEN_CLI_OPTS} "-Dartifact=org.leplus:ristretto:${VERSION}:jar${{ matrix.meta }}" -Dtransitive=false dependency:get
65+
./mvnw ${MAVEN_CLI_OPTS} "-Dartifact=org.leplus:ristretto:${VERSION}:jar${{ matrix.meta }}:" -Dtransitive=false dependency:get
6666
# shellcheck disable=SC2086
6767
./mvnw ${MAVEN_CLI_OPTS} "-Dartifact=org.leplus:ristretto:${VERSION}:jar${{ matrix.meta }}:sources" dependency:get
6868
# shellcheck disable=SC2086

0 commit comments

Comments
 (0)