Skip to content

Commit

Permalink
make support schema artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 14, 2023
1 parent 206b74a commit 0e5f34b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ jobs:
steps:
- uses: actions/download-artifact@v3

- name: Checkout
uses: actions/checkout@v4

- name: Fixup blank lockfiles
# Github release artifacts can't be blank
run: for f in lockfiles/*; do [ -s $f ] || echo '# No requirements' >> $f; done
Expand All @@ -138,6 +141,7 @@ jobs:
lockfiles/*
tests/samples/schemas/ibek.support.schema.json
generate_release_notes: true

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 0e5f34b

Please sign in to comment.