We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42cd56 commit ec5d1e3Copy full SHA for ec5d1e3
.github/workflows/release-sdk.yaml
@@ -35,14 +35,8 @@ jobs:
35
gpg-passphrase: GPG_PASSPHRASE
36
settings-path: ${{ github.workspace }}
37
38
- - name: Checkout SDK branch
39
- uses: actions/checkout@v4
40
- with:
41
- ref: ${{ inputs.branch }}
42
- path: product-repo
43
-
44
- name: Release SDK
45
- working-directory: product-repo/${{ inputs.sdk_path }}
+ working-directory: code
46
env:
47
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
48
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments