fixed broken tag logic in release

This commit is contained in:
Jonathan Shook 2020-03-25 13:12:00 -05:00
parent f0a8520d17
commit f886c96d73

View File

@ -120,8 +120,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ RELEASE_TAGNAME }}
release_name: Release ${{ RELEASE_TAGNAME }}
draft: false
prerelease: false
- name: Upload nb.jar