Skip to content

Commit

Permalink
ci(actions): Limit posting releases to canonical repository not forks
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 11, 2023
1 parent a6c22f7 commit 78fe33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
make dist
- name: Publish Release
uses: softprops/action-gh-release@v1
if: github.repository == 'sile-typesetter/casile' && startsWith(github.ref, 'refs/tags/v')
with:
body_path: casile-${{ env.VERSION }}.md
files: |
Expand Down

0 comments on commit 78fe33a

Please sign in to comment.