We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71ca3c commit be99908Copy full SHA for be99908
.github/workflows/manual-gh-packages.yml
@@ -126,7 +126,7 @@ jobs:
126
run: chmod +x gradlew
127
128
- name: Publish package
129
- run: ./gradlew publish -x test
+ run: ./gradlew publishMavenPublicationToGitHubPackagesRepository -x test
130
env:
131
CM_RELEASE: true
132
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
@@ -150,4 +150,4 @@ jobs:
150
with:
151
name: out
152
path: changelog
153
- - run: cat changelog/CHANGELOG.md
+ - run: cat changelog/CHANGELOG.md
0 commit comments