Update buildRelease.yml

This commit is contained in:
Anthony Wang 2020-06-15 18:35:31 -05:00 committed by GitHub
parent 8e148ce6d5
commit c261f68b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
id: bump_version
uses: christian-draeger/increment-semantic-version@1.0.1
with:
current-version: '${{ steps.bump_version.outputs.next-version }}'
current-version: '${{ env.TAG_NAME }}'
version-fragment: 'feature'
- name: Set up Python 3.8