Skip to content

Commit 7bef8ed

Browse files
committed
[ci] fix workflow
1 parent 0e0ab7a commit 7bef8ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
java-version: '17'
2424
check-latest: true
2525

26+
- name: Publish Release
2627
run: ./gradlew --stacktrace :plugin:publishPlugins
2728
env:
28-
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
29-
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
29+
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
30+
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
3031

3132
- name: Extract release notes
3233
id: release_notes

0 commit comments

Comments
 (0)