Skip to content

Commit fc7fc3d

Browse files
authored
Release CI: fix timeout
1 parent 8caa192 commit fc7fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515

1616
jobs:
1717
goreleaser:
18+
timeout-minutes: 60
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: Harden Runner
@@ -43,7 +44,6 @@ jobs:
4344
with:
4445
go-version: 1.21
4546
- name: Run GoReleaser
46-
timeout-minutes: 60
4747
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
4848
with:
4949
distribution: goreleaser

0 commit comments

Comments
 (0)