Skip to content

Commit e8e32c3

Browse files
committed
Name updated in upload-artifacts
1 parent 5583eab commit e8e32c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
docker push ghcr.io/scalar-labs/scalardb-schema-loader:${{ steps.version.outputs.version }}
5959
60-
- name: Upload scalardb, scalardb-schema-loader, and scalardb-integration-test to Maven Central Repository
60+
- name: Upload scalardb, scalardb-schema-loader, scalardb-data-loader-core, and scalardb-integration-test to Maven Central Repository
6161
run: |
6262
echo "${{secrets.SIGNING_SECRET_KEY_RING}}" | base64 -d > ~/.gradle/secring.gpg
6363
./gradlew publish \

0 commit comments

Comments
 (0)