File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : Drop Sonatype Staging Repository
22
33on :
4- workflow_dispatch :
5-
4+ push :
5+ branches :
6+ - " mdwairi/configure-publish-tasks"
67
78jobs :
89 drop-staging-repo :
1617 -d '{
1718 "data": {
1819 "stagedRepositoryIds": [
19- "comexpediagroup-1671 "
20+ "comexpediagroup-1672 "
2021 ],
2122 "description": "Dropping this staging repository via REST API."
2223 }
Original file line number Diff line number Diff line change 11name : Test Sonatype
22
33on :
4- push :
5- branches :
6- - " mdwairi/configure-publish-tasks"
4+ workflow_dispatch :
5+
76
87permissions :
98 contents : write
2726 GPG_SECRET : ${{ secrets.GPG_PRIVATE_KEY }}
2827 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
2928 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
30- run : ./gradlew :expediagroup-sdk-core:publishToSonatype closeAndReleaseSonatypeStagingRepository
29+ run : ./gradlew :expediagroup-sdk-core:publishToSonatype closeAndReleaseSonatypeStagingRepository -Pversion="0.0.1"
3130
You can’t perform that action at this time.
0 commit comments