File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 uses : goreleaser/goreleaser-action@v6
2828 with :
2929 version : latest
30- args : release --rm-dist
30+ args : release --clean
3131 env :
3232 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -18,3 +18,5 @@ crash.log
1818
1919// Go modules
2020vendor /
21+
22+ /terraform-provider-amplience
Original file line number Diff line number Diff line change 11version : ' 3'
22
33tasks :
4- build-local :
5- cmds :
6- - go build -o terraform-provider-{{ .NAME }}_{{ .VERSION }}
7- - mkdir -p ~/.terraform.d/plugins/registry.terraform.io/labd/{{ .NAME }}/{{ .VERSION }}/{{ .PLATFORM }}/
8- - mv terraform-provider-{{ .NAME }}_{{ .VERSION }} ~/.terraform.d/plugins/registry.terraform.io/labd/{{ .NAME }}/{{ .VERSION }}/{{ .PLATFORM }}/terraform-provider-{{ .NAME }}_v{{ .VERSION }}
9- - cmd : codesign --deep --force -s - ~/.terraform.d/plugins/registry.terraform.io/labd/{{ .NAME }}/{{ .VERSION }}/{{ .PLATFORM }}/terraform-provider-{{ .NAME }}_v{{ .VERSION }}
10- platforms : [darwin]
11- vars :
12- VERSION : 99.0.0
13- NAME : commercetools
14- PLATFORM :
15- sh : echo "$(go env GOOS)_$(go env GOARCH)"
4+ build :
5+ env :
6+ GORELEASER_CURRENT_TAG : " v0.0.0"
7+ cmd : goreleaser build --snapshot --clean --single-target --output terraform-provider-amplience
168
179 format :
1810 cmds :
You can’t perform that action at this time.
0 commit comments