Skip to content

Commit 33bc1c6

Browse files
committed
fix deprecated argument
1 parent 2fa127c commit 33bc1c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: goreleaser/goreleaser-action@v2
4242
with:
4343
version: latest
44-
args: release --rm-dist
44+
args: release --clean
4545
env:
4646
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.30.2 (Unreleased)
22

3-
## 2.30.1 (June 5, 2024)
3+
## 2.30.1 (June 6, 2024)
44
BUG FIXES:
55
* Corrected examples and removed dataType in the Fields terraform documentation (GH-648)
66

0 commit comments

Comments
 (0)