Skip to content

Commit

Permalink
support for pre releases
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Apr 17, 2024
1 parent 433f8a7 commit 6ac3327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
needs: [ release_artifacts ]
name: Create Release
runs-on: ubuntu-latest
if: ${{ !contains(needs.release_artifacts.outputs.VERSION_NAME,'SNAPSHOT') }}
steps:
- uses: actions/checkout@v4

Expand All @@ -79,4 +78,5 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v1
with:
prerelease: ${{ contains(needs.release_artifacts.outputs.VERSION_NAME,'alpha') || contains(needs.release_artifacts.outputs.VERSION_NAME,'beta') }}
body: ${{ steps.release_notes.outputs.release_notes }}

0 comments on commit 6ac3327

Please sign in to comment.