Skip to content

Commit

Permalink
ci: Fix missing "prerelease:" attribute in ci-tag "Upload release not…
Browse files Browse the repository at this point in the history
…es" step
  • Loading branch information
redmushie committed Oct 6, 2023
1 parent 57769b2 commit c2cfaad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'

name: ci-tag

Expand Down Expand Up @@ -77,5 +77,6 @@ jobs:
file: RELEASE.md
asset_name: RELEASE.md
tag: ${{ github.ref }}
prerelease: ${{ contains(github.ref_name, '-rc') }}
body: |
${{ steps.read_release.outputs.RELEASE_BODY }}

0 comments on commit c2cfaad

Please sign in to comment.