Skip to content

Commit da5654a

Browse files
committed
Update versioned builder to stop publishing nightly
1 parent fb17352 commit da5654a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: chmod +x gradlew
121121

122122
- name: Publish package
123-
run: ./gradlew publish -x test
123+
run: ./gradlew publishMavenPublicationToGitHubPackagesRepository -x test
124124
env:
125125
CM_RELEASE: true
126126
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}

0 commit comments

Comments
 (0)