Skip to content

Commit

Permalink
feat: include diff files into release
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed May 31, 2024
1 parent f0906c9 commit 83ce7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ github.event.inputs.tag }}
artifacts: 'vocab/*.jsonld'
artifacts: 'vocab/*.jsonld,vocab/*diff.txt'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Repository Dispatch
Expand Down

0 comments on commit 83ce7c3

Please sign in to comment.