Skip to content

Commit

Permalink
fix: Fix typio
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 19, 2023
1 parent baaa73a commit 9df4713
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64-apple-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
release_version:
description: "Xtensa Rust rlease version to build"
description: "Xtensa Rust release version to build"
required: true
default: '1.73.0.1'
release_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64-unknown-linux-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
release_version:
description: "Xtensa Rust rlease version to build"
description: "Xtensa Rust release version to build"
required: true
default: '1.73.0.1'
release_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-src.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
release_version:
description: "Xtensa Rust rlease version to build"
description: "Xtensa Rust release version to build"
required: true
default: '1.73.0.1'
release_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-apple-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
release_version:
description: "Xtensa Rust rlease version to build"
description: "Xtensa Rust release version to build"
required: true
default: '1.73.0.1'
release_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-pc-windows-gnu-self.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
release_version:
description: "Xtensa Rust rlease version to build"
description: "Xtensa Rust release version to build"
required: true
default: '1.73.0.1'
release_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
release_version:
description: "Xtensa Rust rlease version to build"
description: "Xtensa Rust release version to build"
required: true
default: '1.73.0.1'
release_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-unknown-linux-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
release_version:
description: "Xtensa Rust rlease version to build"
description: "Xtensa Rust release version to build"
required: true
default: "1.73.0.1"
release_tag:
Expand Down

0 comments on commit 9df4713

Please sign in to comment.