Skip to content

Commit

Permalink
Fix chaincode package uploads
Browse files Browse the repository at this point in the history
Add checkout step- the gh cli needs to be run in a git repository

Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti committed Nov 11, 2022
1 parent 7a5aa46 commit 3b1af27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Create package
uses: hyperledgendary/package-k8s-chaincode-action@ba10aea43e3d4f7991116527faf96e3c2b07abc7
with:
Expand Down

0 comments on commit 3b1af27

Please sign in to comment.