mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 05:00:59 +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:
|
||||
inputs:
|
||||
tag:
|
||||
description: 'Tag to run CI on'
|
||||
required: true
|
||||
description: 'Optional tag to build'
|
||||
required: false
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 0
|
||||
@ -62,6 +62,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
Loading…
Reference in New Issue
Block a user