mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 13:25:30 +03:00
Merge pull request #28459 from ProvableHQ/fix/release-ci-linux-musl
[Fix] Checkout correctly and optionally select tag
This commit is contained in:
commit
23a80667ee
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -6,8 +6,8 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
description: 'Tag to run CI on'
|
description: 'Optional tag to build'
|
||||||
required: true
|
required: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 0
|
RUST_BACKTRACE: 0
|
||||||
@ -62,6 +62,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
Loading…
Reference in New Issue
Block a user