Skip to content

Commit c05b1b7

Browse files
author
Jeremy D. Young
committed
DEVHUB-65 - Putting back a repo checkout
1 parent ec5d1e3 commit c05b1b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ 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: ${{ github.workspace }}
43+
3844
- name: Release SDK
3945
working-directory: code
4046
env:

0 commit comments

Comments
 (0)