try to fix tagging for actions

This commit is contained in:
Bella 2020-04-27 13:25:07 -04:00
parent db71800512
commit 731c1f7fd4
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,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: $COMMIT_TRIM
release_name: $COMMIT_TRIM
tag_name: $(COMMIT_TRIM)
release_name: $(COMMIT_TRIM)
draft: false
prerelease: true