diff --git a/.github/workflows/build-aarch64-apple-darwin.yaml b/.github/workflows/build-aarch64-apple-darwin.yaml index 5e7d240..03ed74f 100644 --- a/.github/workflows/build-aarch64-apple-darwin.yaml +++ b/.github/workflows/build-aarch64-apple-darwin.yaml @@ -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: diff --git a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml index 3b5d59f..c68a23c 100644 --- a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml @@ -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: diff --git a/.github/workflows/build-rust-artifacts.yaml b/.github/workflows/build-rust-artifacts.yaml index bd827ea..28fef11 100644 --- a/.github/workflows/build-rust-artifacts.yaml +++ b/.github/workflows/build-rust-artifacts.yaml @@ -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 diff --git a/.github/workflows/build-rust-src.yaml b/.github/workflows/build-rust-src.yaml index 2c19cdf..8a19a5e 100644 --- a/.github/workflows/build-rust-src.yaml +++ b/.github/workflows/build-rust-src.yaml @@ -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: diff --git a/.github/workflows/build-x86_64-apple-darwin.yaml b/.github/workflows/build-x86_64-apple-darwin.yaml index c50042e..6474de0 100644 --- a/.github/workflows/build-x86_64-apple-darwin.yaml +++ b/.github/workflows/build-x86_64-apple-darwin.yaml @@ -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: diff --git a/.github/workflows/build-x86_64-pc-windows-gnu.yaml b/.github/workflows/build-x86_64-pc-windows-gnu.yaml index 7e24646..928c5ed 100644 --- a/.github/workflows/build-x86_64-pc-windows-gnu.yaml +++ b/.github/workflows/build-x86_64-pc-windows-gnu.yaml @@ -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: diff --git a/.github/workflows/build-x86_64-pc-windows-msvc.yaml b/.github/workflows/build-x86_64-pc-windows-msvc.yaml index ac24b71..641463a 100644 --- a/.github/workflows/build-x86_64-pc-windows-msvc.yaml +++ b/.github/workflows/build-x86_64-pc-windows-msvc.yaml @@ -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: diff --git a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml index a8a1e98..6fb6954 100644 --- a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml @@ -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: