Skip to content

Commit

Permalink
ci: Update default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Jun 13, 2024
1 parent e4fb756 commit fb89fcf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 @@ -10,7 +10,7 @@ on:
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)"
required: true
default: "untagged-3ecdd54e672f465cad2e"
default: "v1.79.0.0"

jobs:
get_release:
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 @@ -10,7 +10,7 @@ on:
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)"
required: true
default: "untagged-3ecdd54e672f465cad2e"
default: "v1.79.0.0"

jobs:
get_release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)"
required: true
default: "untagged-3ecdd54e672f465cad2e"
default: "v1.79.0.0"
aarch64-apple-darwin:
description: "aarch64-apple-darwin"
type: boolean
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 @@ -10,7 +10,7 @@ on:
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)"
required: true
default: "untagged-3ecdd54e672f465cad2e"
default: "v1.79.0.0"

jobs:
get_release:
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 @@ -9,7 +9,7 @@ on:
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)"
required: true
default: "untagged-3ecdd54e672f465cad2e"
default: "v1.79.0.0"

jobs:
get_release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-pc-windows-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)"
required: true
default: "untagged-3ecdd54e672f465cad2e"
default: "v1.79.0.0"

jobs:
get_release:
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 @@ -10,7 +10,7 @@ on:
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)"
required: true
default: "untagged-3ecdd54e672f465cad2e"
default: "v1.79.0.0"

jobs:
get_release:
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 @@ -9,7 +9,7 @@ on:
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)"
required: true
default: "untagged-3ecdd54e672f465cad2e"
default: "v1.79.0.0"

jobs:
get_release:
Expand Down

0 comments on commit fb89fcf

Please sign in to comment.