Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
santinic committed Oct 28, 2022
1 parent d5b7482 commit 0e769fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: how2 decompress tar gz
- run: |
ver=`how2 --version`
echo $ver
if [ $ver != ${{ steps.ver.outputs.version }} ]; then exit 1; fi
- run: how2 --set-token 8b2fee4d-95g3-4e35-b8ea-edede6500533
- run: how2 --get-token
Expand All @@ -32,6 +33,7 @@ jobs:
- run: ./how2 decompress tar gz
- run: |
ver=`./how2 --version`
echo $ver
if [ $ver != ${{ steps.ver.outputs.version }} ]; then exit 1; fi
- run: ./how2 --set-token 8b2fee4d-95g3-4e35-b8ea-edede6500533
- run: ./how2 --get-token
Expand All @@ -47,6 +49,7 @@ jobs:
- run: how2 decompress tar gz
- run: |
ver=`how2 --version`
echo $ver
if [ $ver != $latest ]; then exit 1; fi
- run: how2 --set-token 8b2fee4d-95g3-4e35-b8ea-edede6500533
- run: how2 --get-token
Expand Down

0 comments on commit 0e769fc

Please sign in to comment.