Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Mar 3, 2020
1 parent 0499de7 commit 5d7bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
"${{ release_name }} created with GitHub actions"
"$This is the release {{ github.ref }} created with GitHub actions"
draft: false
prerelease: endswith("${{ github.ref }}", "-dev")

0 comments on commit 5d7bbdb

Please sign in to comment.