Skip to content

Commit

Permalink
Merge pull request #103 from epics-containers/dev
Browse files Browse the repository at this point in the history
make support schema artifact
  • Loading branch information
gilesknap authored Sep 14, 2023
2 parents 4e9a27a + 0e5f34b commit 1b632e1
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 @@ -127,6 +127,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 @@ -144,6 +147,7 @@ jobs:
lockfiles/*
ibek.support.schema.json
generate_release_notes: true

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

Expand Down

0 comments on commit 1b632e1

Please # to comment.