Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop authored Sep 7, 2020
1 parent 524d52b commit f45f9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set VERSION variable
run: |
version=$(python -c 'import AV_Data_Capture as _; print(_.__version__)')
$version=$(cat AV_Data_Capture.py | grep "version = " | tr -d "version = '")
echo "::set-env name=VERSION::$version"
- name: Set CLOUDSCRAPER_PATH variable
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Set VERSION variable
run: |
version=$(python -c 'import AV_Data_Capture as _; print(_.__version__)')
$version=$(cat AV_Data_Capture.py | grep "version = " | tr -d "version = '")
echo "::set-env name=VERSION::$version"
- name: Set CLOUDSCRAPER_PATH variable
Expand Down

0 comments on commit f45f9e2

Please sign in to comment.