mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
fix version in CI
This commit is contained in:
parent
0de43b470e
commit
1ecd25096b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- name: Get project version
|
||||
# In CI sbt appends a new line after its output, so we need `tail -n2 | head -n1`
|
||||
run: |
|
||||
VERSION="$(sbt 'print version' |& tail -n2 | head -n1)"
|
||||
VERSION="$(sbt 'print backend-air/version' |& tail -n2 | head -n1)"
|
||||
echo "SBT_VERSION=$VERSION" >> $GITHUB_ENV
|
||||
echo "VERSION=$VERSION-${{ github.run_number }}" >> $GITHUB_ENV
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user