try to fix tagging 3.0

This commit is contained in:
Bella 2020-04-27 13:41:29 -04:00
parent d99aeb6115
commit 35e3509da4
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
uses: actions/create-release@v1
with:
tag_name: ${{ steps.create_release.COMMIT_TRIM }}
release_name: ${{ steps.create_release.COMMIT_TRIM }}
tag_name: "$COMMIT_TRIM"
release_name: "$COMMIT_TRIM"
draft: false
prerelease: true