Skip to content

Commit

Permalink
update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Nov 11, 2024
1 parent 2d39aaa commit 38d947d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ jobs:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Build SDK
uses: Bandwidth/generate-sdk-action@v4.0.0
with:
openapi-generator-version: 7.9.0
language: java
additional-properties: --additional-properties=artifactVersion=$RELEASE_VERSION

- name: Clean SDK
run: mvn clean

- name: Set Maven Project Version
run: mvn versions:set -DnewVersion=$RELEASE_VERSION

Expand Down Expand Up @@ -131,6 +141,16 @@ jobs:
- name: Get Maven Project Version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV

- name: Build SDK
uses: Bandwidth/generate-sdk-action@v4.0.0
with:
openapi-generator-version: 7.9.0
language: java
additional-properties: --additional-properties=artifactVersion=$RELEASE_VERSION

- name: Clean SDK
run: mvn clean

- name: Set Maven Project Version
run: mvn versions:set -DnewVersion=$RELEASE_VERSION

Expand Down

0 comments on commit 38d947d

Please sign in to comment.