File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 export KOTLIN_POST_PROCESS_FILE="npm run --prefix src/main/resources/post-processor process"
3333 gradle openApiGenerate
3434
35- # - name: Publish Snapshots
36- # working-directory: xap-sdk
37- # env:
38- # GPG_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
39- # GPG_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
40- # SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
41- # SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
42- # run: gradle publishSnapshots
35+ - name : Publish Snapshots
36+ working-directory : xap-sdk
37+ env :
38+ GPG_PASSPHRASE : ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
39+ GPG_SECRET : ${{ secrets.GPG_PRIVATE_KEY }}
40+ SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
41+ SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
42+ run : gradle publishSnapshots
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ ARTIFACT_NAME=xap-sdk
22DESCRIPTION =The Expedia API Platform (XAP) SDK
33
44# x-release-please-start-version
5- VERSION =2.0.0 -alpha-SNAPSHOT
5+ VERSION =2.0.1 -alpha-SNAPSHOT
66# x-release-please-end
You can’t perform that action at this time.
0 commit comments