Skip to content

Commit 29a9678

Browse files
committed
Fix staging of codec-http3 during release
1 parent ec465e7 commit 29a9678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ jobs:
470470
working-directory: ./prepare-release-workspace/
471471
run: |
472472
mkdir -p ~/codec-http3-local-staging
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 }}
473+
./mvnw -B --file pom.xml -Psonatype-oss-release,native-dependencies -pl codec-http3 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
cp -r ./codec-http3/target/central-staging/* ~/codec-http3-local-staging
475475
476476
- name: Generate netty-all and deploy to local staging.

0 commit comments

Comments
 (0)