Skip to content

Commit

Permalink
CI: Add prerelease detection
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 10, 2022
1 parent 936539b commit 327ae57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ jobs:
with:
ref: ${{ github.ref }}
- name: Create GitHub release from annotated tag
uses: spenserblack/[email protected]
uses: spenserblack/[email protected]
with:
prerelease: auto
prerelease-pattern: '*rc*'

0 comments on commit 327ae57

Please sign in to comment.