Update main.yml

This commit is contained in:
John Harker 2020-06-09 02:51:31 +01:00 committed by GitHub
parent 15cae3adf1
commit 450f662a34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,9 +133,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag
tag_name: ${{ github.GITHUB_REF }}
tag_name: "v${{ env.VERSION_NAME }}"
# The name of the release. For example, `Release v1.0.1`
release_name: Release v$VERSION_NAME
release_name: "Release v${{ env.VERSION_NAME }}"
# Text describing the contents of the tag.
body: ""
draft: false