Skip to content

Commit

Permalink
ci: testing if jreleaser is the task complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 6, 2022
1 parent ad672ca commit 8e82aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gql-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
ORG_GRADLE_PROJECT_PUBLISH_REPO_USERNAME: ${{ secrets.ORG_GRADLE_PROJECT_PUBLISH_REPO_USERNAME }}
ORG_GRADLE_PROJECT_PUBLISH_REPO_PASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_PUBLISH_REPO_PASSWORD }}
ORG_GRADLE_PROJECT_PUBLISH_GH_TOKEN: ${{ secrets.ORG_GRADLE_PROJECT_PUBLISH_GH_TOKEN }}
ORG_GRADLE_PROJECT_KK: "testing"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand All @@ -25,6 +24,4 @@ jobs:
- name: build
run: ./gradlew build -x aggregateCodenarc
- name: release
run: |
echo "==========>$ORG_GRADLE_PROJECT_KK"
./gradlew clean build release -x aggregateCodenarc -x aggregateGroovydoc
run: ./gradlew clean build release -x aggregateCodenarc -x aggregateGroovydoc
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ subprojects {
task release() {
dependsOn(version.endsWith('SNAPSHOT')
? [':gql-core:publishAllPublicationsToSnapshotsRepository', ':gql-ratpack:publishAllPublicationsToSnapshotsRepository', 'jreleaserRelease']
: [':gql-core:publish', 'gql-ratpack:publish', ':guide:gitPublishPush', 'jreleaserFullRelease'])
: [':gql-core:publish', 'gql-ratpack:publish', ':guide:gitPublishPush'])
}

0 comments on commit 8e82aaa

Please sign in to comment.