fix ci yml

This commit is contained in:
lepapareil 2021-02-01 22:00:17 +01:00
parent 960badaab8
commit 2aa3a5d896

View File

@ -23,7 +23,7 @@ jobs:
- name: Environment
run: |
uname -a
cargo --version
cargo --version
- name: set Version
run: |
echo VERSION=$(grep '^version' packages/hurl/Cargo.toml | cut -f2 -d'"') >> $GITHUB_ENV