Skip to content

Commit

Permalink
Use different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Mar 3, 2020
1 parent 10747a1 commit c1e211f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
if [ endswith("$tag_name", "-dev") ]; then
prerelease: true
draft: true
fi
prerelease: endswith("$tag_name", "-dev"
body: |
Release created with GitHub Actions

0 comments on commit c1e211f

Please sign in to comment.