Skip to content

Commit

Permalink
fix pre-release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Aug 29, 2020
1 parent d0ac0a3 commit 8f44c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body: ${{ steps.release_notes.outputs.release_notes }}
prerelease: contains(github.ref, '-')
prerelease: ${{ contains(github.ref, '-') }}
files: |
./release/*.tar.gz
./release/*.zip
Expand Down

0 comments on commit 8f44c12

Please sign in to comment.