Skip to content

Commit ead160b

Browse files
committedJan 23, 2025
prepare for release
1 parent 8456e86 commit ead160b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: gradle/actions/setup-gradle@v4
2626

2727
- name: Publish
28-
run: >-
29-
./gradlew publishPlugins -s
30-
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
31-
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
28+
env:
29+
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
30+
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
31+
run: ./gradlew publishPlugins -s

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.github.ben-manes
2-
VERSION_NAME=0.51.0
2+
VERSION_NAME=0.52.0
33

44
POM_URL=https://github.com/ben-manes/gradle-versions-plugin
55
POM_SCM_URL=https://github.com/ben-manes/gradle-versions-plugin

0 commit comments

Comments
 (0)
Please sign in to comment.