Skip to content

Commit

Permalink
Adding exclusion for pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jun 20, 2022
1 parent 75e780a commit 17f805d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ jobs:
- name: Create Release
# v1.10.0
uses: ncipollo/release-action@58ae73b360456532aafd58ee170c045abbeaee37
# This is to prevent creating releases when pushing tags for issue-specific pre-releases like
# v4.3.1-alpha.osoe-86.
if: "!contains(github.ref, '-')"
with:
allowUpdates: true
generateReleaseNotes: true
Expand Down

0 comments on commit 17f805d

Please sign in to comment.