jamesfredley commented on code in PR #554:
URL: https://github.com/apache/grails-forge/pull/554#discussion_r2051600323
##########
.github/workflows/gradle.yml:
##########
@@ -25,23 +25,24 @@ jobs:
- name: "🐘 Setup Gradle"
uses: gradle/actions/setup-gradle@v4
with:
- develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
+ develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
- name: "🔨 Run Build"
id: build
run: ./gradlew build --refresh-dependencies
- name: "✅ Verify CLI"
if: success()
run: |
- cp grails-cli/build/distributions/grails-cli-*.zip cli.zip
+ cp grails-forge-cli/build/distributions/grails-forge-cli-*.zip
cli.zip
unzip cli -d tmp
- mv tmp/grails-cli-* tmp/cli
+ mv tmp/grails-forge-cli-* tmp/cli
./tmp/cli/bin/grails --version
- - name: "📤 Publish to Sonatype OSSRH"
+ - name: "📤 Publish to Apache Snapshot Repo"
id: publish
if: steps.build.outcome == 'success' && github.event_name == 'push' &&
matrix.java == '17'
Review Comment:
Updated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]