Skip to content

Commit ee75151

Browse files
committed
Use a new task to publish snapshots
1 parent c4487ce commit ee75151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/deploy_snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ elif [ "$GITHUB_REF_NAME" != "$BRANCH" ]; then
1616
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$GITHUB_REF_NAME'."
1717
else
1818
echo "Deploying snapshot..."
19-
./gradlew clean uploadArchives
19+
./gradlew clean publishReleasePublicationToMavenRepository
2020
echo "Snapshot deployed!"
2121
fi

0 commit comments

Comments
 (0)