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 0e0ab7a commit 7bef8edCopy full SHA for 7bef8ed
.github/workflows/Release.yml
@@ -23,10 +23,11 @@ jobs:
23
java-version: '17'
24
check-latest: true
25
26
+ - name: Publish Release
27
run: ./gradlew --stacktrace :plugin:publishPlugins
28
env:
- GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
29
- GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
+ GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
30
+ GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
31
32
- name: Extract release notes
33
id: release_notes
0 commit comments