Skip to content

Commit

Permalink
--rm-dist is deprecated (#268)
Browse files Browse the repository at this point in the history
https://github.com/chainguard-dev/terraform-provider-cosign/actions/runs/12658049868/job/35274112772

```
  ⨯ command failed                                   error=unknown flag: --rm-dist
```

---------

Signed-off-by: Josh Wolf <josh@wolfs.io>
  • Loading branch information
joshrwolf authored Jan 7, 2025
1 parent 1459b7c commit 8e10052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
fail-fast: false
matrix:
terraform:
- '1.3.*'
- '1.2.*'
- '1.1.*'
- '1.0.*'
- '1.8.*'
- '1.9.*'
- '1.10.*'

permissions:
contents: read
Expand Down

0 comments on commit 8e10052

Please sign in to comment.