Skip to content

Commit ec5d1e3

Browse files
author
Jeremy D. Young
committed
DEVHUB-65 - Removing functionality from dual repo implementation
1 parent a42cd56 commit ec5d1e3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,8 @@ jobs:
3535
gpg-passphrase: GPG_PASSPHRASE
3636
settings-path: ${{ github.workspace }}
3737

38-
- name: Checkout SDK branch
39-
uses: actions/checkout@v4
40-
with:
41-
ref: ${{ inputs.branch }}
42-
path: product-repo
43-
4438
- name: Release SDK
45-
working-directory: product-repo/${{ inputs.sdk_path }}
39+
working-directory: code
4640
env:
4741
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
4842
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)