Skip to content

Commit

Permalink
Fixed latest release for preview branches not being marked as prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Aug 15, 2023
1 parent a053f65 commit bee5161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ jobs:
allowUpdates: true
bodyFile: ${{ github.workspace }}/changelog.md
removeArtifacts: true
prerelease: ${{ endsWith(github.ref_name, '-preview') }}

- name: Publish unique release
uses: ncipollo/[email protected]
Expand Down

0 comments on commit bee5161

Please sign in to comment.