Commit fc829cb 1 parent d6aff07 commit fc829cb Copy full SHA for fc829cb
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 31
31
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
32
32
passphrase : ${{ secrets.PASSPHRASE }}
33
33
- name : Run GoReleaser
34
- uses : goreleaser/goreleaser-action@v6
34
+ uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
35
35
with :
36
- version : ' ~> v2'
37
36
args : release --clean
38
37
env :
39
38
# GitHub sets the GITHUB_TOKEN secret automatically.
Original file line number Diff line number Diff line change 42
42
# list whatever Terraform versions here you would like to support
43
43
terraform :
44
44
- latest
45
- # - '1.7.*'
46
45
runs-on : ubuntu-latest
47
46
steps :
48
47
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -105,6 +104,8 @@ jobs:
105
104
terraform :
106
105
- latest
107
106
provider_version :
107
+ - v0.3.0
108
+ - v0.2.1
108
109
- v0.1.0-alpha
109
110
- main
110
111
runs-on : ubuntu-latest
@@ -147,6 +148,8 @@ jobs:
147
148
terraform :
148
149
- latest
149
150
provider_version :
151
+ - v0.3.0
152
+ - v0.2.1
150
153
- v0.1.0-alpha
151
154
- main
152
155
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments