From d788c3bdadf05abb272a32c8977f8658ae2f1cc9 Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 4 Aug 2026 17:31:51 -0400 Subject: [PATCH] SWI-12100 Use New Generate SDK Action --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d36d68c3..e1a4b923 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,16 +37,16 @@ jobs: run: echo "RELEASE_VERSION=${TAG#v}" >> $GITHUB_ENV env: TAG: ${{ github.event.release.tag_name }} - + - name: Checkout uses: actions/checkout@v6 - name: Set up Apache Maven Central uses: actions/setup-java@v5 with: - distribution: 'adopt' + distribution: "adopt" java-version: 21 - server-id: 'ossrh' + server-id: "ossrh" server-username: PUBLISHER_USERNAME server-password: PUBLISHER_PASSWORD gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} @@ -59,7 +59,7 @@ jobs: shell: bash - name: Generate SDK with Updated Version - uses: Bandwidth/generate-sdk-action@v4.0.0 + uses: Bandwidth/generate-sdk-action@v4.1.0 with: openapi-generator-version: ${{ env.OPENAPI_GENERATOR_VERSION }} language: java