Skip to content

Commit

Permalink
chore: Adapt Close and Release Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Jan 29, 2025
1 parent e863638 commit 3118767
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/close-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Close and Release 'vss-processor-plugin'
continue-on-error: true
env:
ORG_GPG_KEY_ID: ${{ secrets.GPG_SUBKEY_ID }}
ORG_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
ORG_GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
ORG_OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
ORG_OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
run: ./gradlew :vss-processor-plugin:findSonatypeStagingRepository :vss-processor-plugin:closeAndReleaseSonatypeStagingRepository

- name: Close and Release 'vehicle-app-java-sdk'
continue-on-error: true
env:
ORG_GPG_KEY_ID: ${{ secrets.GPG_SUBKEY_ID }}
ORG_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 3118767

Please sign in to comment.