Skip to content

Commit

Permalink
ci: Explicitly make artifact needed for GH releases, no longer part o…
Browse files Browse the repository at this point in the history
…f make dist
  • Loading branch information
alerque committed Oct 30, 2023
1 parent 45b91a8 commit 3a1e4fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: Build source package
run: |
make dist
- name: Build release notes
if: github.repository == 'sile-typesetter/casile' && startsWith(github.ref, 'refs/tags/v')
run: |
make casile-${{ env.VERSION}}.md
- name: Publish Release
uses: softprops/action-gh-release@v1
if: github.repository == 'sile-typesetter/casile' && startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 3a1e4fa

Please sign in to comment.