We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa127c commit 33bc1c6Copy full SHA for 33bc1c6
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: goreleaser/goreleaser-action@v2
42
with:
43
version: latest
44
- args: release --rm-dist
+ args: release --clean
45
env:
46
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## 2.30.2 (Unreleased)
2
3
-## 2.30.1 (June 5, 2024)
+## 2.30.1 (June 6, 2024)
4
BUG FIXES:
5
* Corrected examples and removed dataType in the Fields terraform documentation (GH-648)
6
0 commit comments