Skip to content

Commit

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

0 comments on commit 10747a1

Please sign in to comment.