We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e63fc commit a8080e0Copy full SHA for a8080e0
.github/workflows/ci.yaml
@@ -111,7 +111,7 @@ jobs:
111
- run: uv build
112
113
- name: build codegen archives
114
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
+ uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
115
with:
116
version: "~> v2"
117
args: release --snapshot --clean
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
args: release --clean
0 commit comments