Skip to content

Commit 182f154

Browse files
committed
Revert "Fix publishing of netty-bom when releasing"
This reverts commit d749369.
1 parent 890f808 commit 182f154

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-release-4.2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,17 +466,17 @@ jobs:
466466
working-directory: ./prepare-release-workspace/
467467
run: bash ./.github/scripts/local_staging_install_release.sh ~/.m2/repository ~/windows-x86_64-local-staging ~/macos-aarch64-java11-local-staging ~/macos-x86_64-java11-local-staging ~/linux-aarch64-local-staging ~/linux-riscv64-local-staging ~/linux-x86_64-java11-local-staging
468468

469-
- name: Generate netty-bom and netty-all and deploy to local staging.
469+
- name: Generate netty-all and deploy to local staging.
470470
working-directory: ./prepare-release-workspace/
471471
run: |
472472
mkdir -p ~/all-local-staging
473-
./mvnw -B --file pom.xml -Psonatype-oss-release,native-dependencies -pl bom,all clean package gpg:sign org.sonatype.central:central-publishing-maven-plugin:publish -DskipPublishing=true -DskipTests=true -DskipH3Spec=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Dgpg.keyname=${{ secrets.GPG_KEYNAME }}
473+
./mvnw -B --file pom.xml -Psonatype-oss-release,native-dependencies -pl all clean package gpg:sign org.sonatype.central:central-publishing-maven-plugin:publish -DskipPublishing=true -DskipTests=true -DskipH3Spec=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Dgpg.keyname=${{ secrets.GPG_KEYNAME }}
474474
475475
# This step takes care of merging all the previous staged repositories in a way that will allow us to deploy
476476
# all together with one maven command.
477477
- name: Merge staging repositories
478478
working-directory: ./prepare-release-workspace/
479-
run: bash ./.github/scripts/local_staging_merge_release.sh ~/local-staging ~/windows-x86_64-local-staging ~/macos-aarch64-java11-local-staging ~/macos-x86_64-java11-local-staging ~/linux-aarch64-local-staging ~/linux-riscv64-local-staging ~/linux-x86_64-java11-local-staging ./bom/target/central-staging ./all/target/central-staging
479+
run: bash ./.github/scripts/local_staging_merge_release.sh ~/local-staging ~/windows-x86_64-local-staging ~/macos-aarch64-java11-local-staging ~/macos-x86_64-java11-local-staging ~/linux-aarch64-local-staging ~/linux-riscv64-local-staging ~/linux-x86_64-java11-local-staging ./all/target/central-staging
480480

481481
- name: Create bundle
482482
working-directory: ./prepare-release-workspace/

.github/workflows/ci-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,15 +353,15 @@ jobs:
353353
working-directory: ./prepare-release-workspace/
354354
run: bash ./.github/scripts/local_staging_install_release.sh ~/.m2/repository ~/macos-aarch64-java8-local-staging ~/macos-x86_64-java8-local-staging ~/linux-aarch64-local-staging ~/linux-riscv64-local-staging ~/linux-x86_64-java8-local-staging
355355

356-
- name: Generate netty-bom and netty-all and deploy to local staging.
356+
- name: Generate netty-all and deploy to local staging.
357357
working-directory: ./prepare-release-workspace/
358-
run: ./mvnw -B --file pom.xml -Psonatype-oss-release,native-dependencies -pl bom,all clean package gpg:sign org.sonatype.central:central-publishing-maven-plugin:publish -DskipPublishing=true -DskipTests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Dgpg.keyname=${{ secrets.GPG_KEYNAME }}
358+
run: ./mvnw -B --file pom.xml -Psonatype-oss-release,native-dependencies -pl all clean package gpg:sign org.sonatype.central:central-publishing-maven-plugin:publish -DskipPublishing=true -DskipTests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -Dgpg.keyname=${{ secrets.GPG_KEYNAME }}
359359

360360
# This step takes care of merging all the previous staged repositories in a way that will allow us to deploy
361361
# all together with one maven command.
362362
- name: Merge staging repositories
363363
working-directory: ./prepare-release-workspace/
364-
run: bash ./.github/scripts/local_staging_merge_release.sh ~/local-staging ~/macos-aarch64-java8-local-staging ~/macos-x86_64-java8-local-staging ~/linux-aarch64-local-staging ~/linux-riscv64-local-staging ~/linux-x86_64-java8-local-staging ./bom/target/central-staging ./all/target/central-staging
364+
run: bash ./.github/scripts/local_staging_merge_release.sh ~/local-staging ~/macos-aarch64-java8-local-staging ~/macos-x86_64-java8-local-staging ~/linux-aarch64-local-staging ~/linux-riscv64-local-staging ~/linux-x86_64-java8-local-staging ./all/target/central-staging
365365

366366
- name: Create bundle
367367
working-directory: ./prepare-release-workspace/

0 commit comments

Comments
 (0)