diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e90a72b..228ca624 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,8 @@ jobs: signing-passphrase: ${{ secrets.GPG_PASSPHRASE }} uri: 'https://repo.spring.io' username: ${{ secrets.ARTIFACTORY_USERNAME }} + artifact-properties: | + /**/spring-graphql-docs-*.zip::zip.name=spring-graphql,zip.type=docs,zip.deployed=false outputs: version: ${{ steps.build-and-publish.outputs.version }} sync-to-maven-central: diff --git a/ci/parameters.yml b/ci/parameters.yml deleted file mode 100644 index b57efa5a..00000000 --- a/ci/parameters.yml +++ /dev/null @@ -1,14 +0,0 @@ -github-repo: "https://github.com/spring-projects/spring-graphql.git" -github-repo-name: "spring-projects/spring-graphql" -docker-hub-organization: "springci" -artifactory-server: "https://repo.spring.io" -branch: "main" -milestone: "1.3.x" -build-name: "spring-graphql" -pipeline-name: "spring-graphql" -concourse-url: "https://ci.spring.io" -task-timeout: 45m -registry-mirror-host: docker.repo.spring.io -registry-mirror-username: ((artifactory-username)) -registry-mirror-password: ((artifactory-password)) -sonatype-staging-profile: "org.springframework"