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 e5867db commit ce68b46Copy full SHA for ce68b46
.github/workflows/gradle.yml
@@ -75,6 +75,7 @@ jobs:
75
uses: gradle/actions/setup-gradle@v4
76
- name: "📤 Publish to Snapshot (repo.grails.org)"
77
env:
78
+ GRAILS_PUBLISH_RELEASE: 'false'
79
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
80
MAVEN_PUBLISH_USERNAME: ${{ secrets.MAVEN_PUBLISH_USERNAME }}
81
MAVEN_PUBLISH_PASSWORD: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
0 commit comments