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 9009ced commit ad1c285Copy full SHA for ad1c285
.github/workflows/deploy.yml
@@ -18,4 +18,4 @@ jobs:
18
- name: gradle caching
19
uses: gradle/gradle-build-action@v2
20
- name: publish all
21
- run: ./gradlew changelogPush -Penable_publishing=true --stacktrace --warning-mode all
+ run: ./gradlew changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all
0 commit comments