Skip to content

Commit

Permalink
fix(TSRE-351): fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
liamniou committed Feb 11, 2025
1 parent f572e2e commit 07abf0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Install Cosign
uses: sigstore/cosign-installer@v3

Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ signs:
- --yes
release:
github:
owner: terraform-linters
owner: epidemicsound
name: tflint-ruleset-google
draft: true
snapshot:
Expand Down

0 comments on commit 07abf0f

Please sign in to comment.