Update buildRelease.yml

This commit is contained in:
Anthony Wang 2020-06-15 19:20:37 -05:00 committed by GitHub
parent 4b6ad70055
commit 40b0c065e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
uses: christian-draeger/increment-semantic-version@1.0.1
with:
current-version: '${{ env.TAG_NAME }}'
version-fragment: 'feature'
version-fragment: 'bug'
- name: Set up Python 3.8
uses: actions/setup-python@v1