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 cf2755a commit 6961b20Copy full SHA for 6961b20
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
echo $SECRING_FILE | base64 -d > secring.gpg
48
echo "Publishing Artifacts"
49
(set -x; ./gradlew -Psigning.secretKeyRingFile="${GITHUB_WORKSPACE}/secring.gpg" publishToSonatype closeAndReleaseSonatypeStagingRepository --no-daemon)
50
- (set -x; ./gradlew assemble --no-daemon)
+ (set -x; ./gradlew -Psigning.secretKeyRingFile="${GITHUB_WORKSPACE}/secring.gpg" assemble --no-daemon)
51
- name: Export Gradle Properties
52
uses: micronaut-projects/github-actions/export-gradle-properties@master
53
- name: Run post-release
0 commit comments