Skip to content

Commit

Permalink
patch: naming of deploy workflow (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran authored Dec 23, 2023
1 parent 46d961e commit ad30f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test"
name: "Deploy to Gradle Plugin Portal"
# Only execute this workflow when a PR is opened or when something is pushed to the master branch
on:
release:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Make Gradle executable
run: chmod +x gradlew
# Test plugin
- name: Test Plugin
- name: Publish Plugin
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
Expand Down

0 comments on commit ad30f61

Please sign in to comment.