Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Mar 3, 2020
1 parent c1e211f commit cd2d334
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
prerelease: endswith("$tag_name", "-dev"
body: |
Release created with GitHub Actions
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
prerelease: endswith("$tag_name", "-dev"
body: |
Release created with GitHub Actions

0 comments on commit cd2d334

Please sign in to comment.