Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Use a new task to publish snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiZaitcev committed Apr 14, 2022
1 parent c4487ce commit ee75151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ elif [ "$GITHUB_REF_NAME" != "$BRANCH" ]; then
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$GITHUB_REF_NAME'."
else
echo "Deploying snapshot..."
./gradlew clean uploadArchives
./gradlew clean publishReleasePublicationToMavenRepository
echo "Snapshot deployed!"
fi

0 comments on commit ee75151

Please sign in to comment.