Skip to content

Commit

Permalink
Merge pull request #28459 from ProvableHQ/fix/release-ci-linux-musl
Browse files Browse the repository at this point in the history
[Fix] Checkout correctly and optionally select tag
  • Loading branch information
d0cd authored Nov 20, 2024
2 parents d4651d5 + ad3bbe5 commit 23a8066
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 23a8066

Please sign in to comment.