diff --git a/.github/workflows/build-terraform-oss.yml b/.github/workflows/build-terraform-oss.yml index 61fa022821..f7eed12b2a 100644 --- a/.github/workflows/build-terraform-oss.yml +++ b/.github/workflows/build-terraform-oss.yml @@ -58,7 +58,7 @@ jobs: go_version: ${{ inputs.go-version }} os: ${{ inputs.goos }} arch: ${{ inputs.goarch }} - reproducible: report + reproducible: nope instructions: |- mkdir dist out set -x @@ -98,4 +98,4 @@ jobs: with: name: ${{ env.DEB_PACKAGE }} path: out/${{ env.DEB_PACKAGE }} - if-no-files-found: error \ No newline at end of file + if-no-files-found: error