-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SWI-6181 Update User Agent Header (#160)
* SWI-6181 Update User Agent Header * update wf * update pom * pom again
- Loading branch information
Showing
11 changed files
with
645 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,16 @@ jobs: | |
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} | ||
gpg-passphrase: MAVEN_GPG_PASSPHRASE | ||
|
||
- name: Build SDK | ||
uses: Bandwidth/[email protected] | ||
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 | ||
|
||
|
@@ -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/[email protected] | ||
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.