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 46d961e commit ad30f61Copy full SHA for ad30f61
.github/workflows/deploy.yml
@@ -1,4 +1,4 @@
1
-name: "Test"
+name: "Deploy to Gradle Plugin Portal"
2
# Only execute this workflow when a PR is opened or when something is pushed to the master branch
3
on:
4
release:
@@ -24,7 +24,7 @@ jobs:
24
- name: Make Gradle executable
25
run: chmod +x gradlew
26
# Test plugin
27
- - name: Test Plugin
+ - name: Publish Plugin
28
env:
29
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
30
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
0 commit comments