mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-11 02:40:26 +03:00
Rename version.sh to get_version.sh
This commit is contained in:
parent
0a763ab92f
commit
17aba51cf0
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -25,10 +25,10 @@ jobs:
|
||||
run: |
|
||||
bin/install_prerequisites_ubuntu.sh
|
||||
bin/install_rust_latest.sh
|
||||
- name: set Version
|
||||
- name: Get version
|
||||
run: |
|
||||
VERSION=$(bin/release/version.sh)
|
||||
echo "VERSION=${VERSION}" >> "${GITHUB_ENV}"
|
||||
VERSION=$(bin/release/get_version.sh)
|
||||
echo "VERSION=${VERSION}" | tee -a "${GITHUB_ENV}"
|
||||
- name: Build
|
||||
run: |
|
||||
bin/release/man.sh
|
||||
@ -75,10 +75,10 @@ jobs:
|
||||
bin/install_rust_latest.sh
|
||||
- name: Environment
|
||||
run: bin/environment.sh
|
||||
- name: Set Version
|
||||
- name: Get version
|
||||
run: |
|
||||
VERSION=$(bin/release/version.sh)
|
||||
echo "VERSION=${VERSION}" >> "${GITHUB_ENV}"
|
||||
VERSION=$(bin/release/get_version.sh)
|
||||
echo "VERSION=${VERSION}" | tee -a "${GITHUB_ENV}"
|
||||
- name: Build
|
||||
run: |
|
||||
bin/release/man.sh
|
||||
@ -111,10 +111,10 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Rust
|
||||
run: bin/install_rust_latest.sh
|
||||
- name: Set Version
|
||||
- name: Get version
|
||||
run: |
|
||||
VERSION=$(bin/release/version.sh)
|
||||
echo "VERSION=${VERSION}" >> "${GITHUB_ENV}"
|
||||
VERSION=$(bin/release/get_version.sh)
|
||||
echo "VERSION=${VERSION}" | tee -a "${GITHUB_ENV}"
|
||||
- name: Build
|
||||
run: |
|
||||
bin/release/man.sh
|
||||
|
Loading…
Reference in New Issue
Block a user