Skip to content

Commit

Permalink
* fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 5, 2020
1 parent 828edd4 commit 330a7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release v${{ env.VERSION }}
release_name: Release v${{ steps.extract_release.outputs.VERSION }}
draft: false
# Prerelease versions create prereleases on Github
prerelease: ${{ contains(env.VERSION, '-') }}
body: ${{ env.BODY }}
prerelease: ${{ contains(steps.extract_release.outputs.VERSION, '-') }}
body: ${{ steps.extract_release.outputs.BODY }}

0 comments on commit 330a7ac

Please sign in to comment.