Upate workflow

This commit is contained in:
Layla 2019-12-21 00:23:50 -05:00
parent 2409937560
commit f2c104f2dc

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v1
- name: ''
run: |
pip install bumpversion
pip install bumpversion --user
export regex="([0-9]+.[0-9]+.[0-9]+)"
echo ${{ github.ref }} > tag.txt
VERSION=`grep -Po "${regex}" tag.txt`
@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v1
- name: ''
run: |
pip install bumpversion
pip install bumpversion --user
export regex="([0-9]+.[0-9]+.[0-9]+)"
echo ${{ github.ref }} > tag.txt
VERSION=`grep -Po "${regex}" tag.txt`