Skip to content

Commit 0e54ace

Browse files
authored
Merge pull request #2514 from authzed/update-go-releaser
update goreleaser in nightly build
2 parents 0a26fed + 9ae73fe commit 0e54ace

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/nightly.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
- uses: "goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552" # v6.3.0
3333
with:
3434
distribution: "goreleaser-pro"
35-
# Pinned because of a regression in 2.3.0
36-
version: "2.5.1"
35+
version: "2.11.1"
3736
args: "release -f .goreleaser.nightly.yml --clean --nightly"
3837
env:
3938
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)