Skip to content

Commit 75a4dd7

Browse files
authored
Merge pull request #72 from grails-plugins/fix-signing
Fix signing
2 parents bb367d4 + c568a65 commit 75a4dd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
3737
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
3838
ORG_GRADLE_PROJECT_sonatypeStagingProfileId: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
39-
SIGNING_KEY: ${{ secrets.SIGNING_KEY_ID }}
39+
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
4040
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
4141
run: >
4242
./gradlew

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=4.0.1
1+
projectVersion=4.0.1-SNAPSHOT
22

33
# This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs
44
# https://github.com/grails/grails-gradle-plugin/issues/222

0 commit comments

Comments
 (0)