Skip to content

Commit

Permalink
Merge pull request #105 from cellannotation/104-add-markdown-files-to…
Browse files Browse the repository at this point in the history
…-release-assets

Add markdown files to release assets
  • Loading branch information
ubyndr authored Mar 26, 2024
2 parents 7b714de + 567cd5e commit 44fcfbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Make Snapshot
uses: ncipollo/release-action@v1
with:
artifacts: "general_schema.json,BICAN_schema.json,CAP_schema.json"
artifacts: "general_schema.json,BICAN_schema.json,CAP_schema.json,build/general_schema.md,
build/BICAN_schema.md,build/CAP_schema.md"
body: "Nightly snapshot release. Draft only, please use a stable release instead."
allowUpdates: true
draft: true
Expand Down

0 comments on commit 44fcfbe

Please sign in to comment.