Skip to content

Commit ad30f61

Browse files
authored
patch: naming of deploy workflow (#4)
1 parent 46d961e commit ad30f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Test"
1+
name: "Deploy to Gradle Plugin Portal"
22
# Only execute this workflow when a PR is opened or when something is pushed to the master branch
33
on:
44
release:
@@ -24,7 +24,7 @@ jobs:
2424
- name: Make Gradle executable
2525
run: chmod +x gradlew
2626
# Test plugin
27-
- name: Test Plugin
27+
- name: Publish Plugin
2828
env:
2929
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
3030
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

0 commit comments

Comments
 (0)