We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab8d41 commit e2535c9Copy full SHA for e2535c9
.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
113
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
114
with:
115
# renovate: datasource=go depName=github.com/goreleaser/goreleaser
116
- version: v2.14.1
+ version: v2.14.2
117
args: build --clean --single-target --snapshot
118
119
semantic-release:
@@ -146,7 +146,7 @@ jobs:
146
147
148
149
150
install-only: true
151
env:
152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments