mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
github/build: Avoid double checkout to prevent errors on upgrade (#37941)
This commit is contained in:
parent
f1bb0334d3
commit
cd7fe4da84
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -46,6 +46,8 @@ jobs:
|
|||
- name: Decide version number
|
||||
id: get-product-version
|
||||
uses: hashicorp/actions-set-product-version@2ec1b51402b3070bccf7ca95306afbd039e574ff # v2.0.1
|
||||
with:
|
||||
checkout: false
|
||||
- name: Determine experiments
|
||||
id: get-ldflags
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue