We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db490e commit fc3673dCopy full SHA for fc3673d
2 files changed
.github/workflows/ci.yaml
@@ -122,7 +122,7 @@ jobs:
122
working-directory: connectrpc-otel
123
124
- name: build codegen archives
125
- uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
+ uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
126
with:
127
version: "~> v2"
128
args: release --snapshot --clean
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- run: uv build
30
31
32
33
34
35
args: release --clean
0 commit comments