Skip to content

Commit 3b1af27

Browse files
committed
Fix chaincode package uploads
Add checkout step- the gh cli needs to be run in a git repository Signed-off-by: James Taylor <[email protected]>
1 parent 7a5aa46 commit 3b1af27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
runs-on: ubuntu-latest
6363

6464
steps:
65+
- name: Checkout
66+
uses: actions/checkout@v3
67+
6568
- name: Create package
6669
uses: hyperledgendary/package-k8s-chaincode-action@ba10aea43e3d4f7991116527faf96e3c2b07abc7
6770
with:

0 commit comments

Comments
 (0)