Skip to content

Commit

Permalink
Release CI: fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd authored Oct 18, 2024
1 parent 8caa192 commit fc7fc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:

jobs:
goreleaser:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand Down Expand Up @@ -43,7 +44,6 @@ jobs:
with:
go-version: 1.21
- name: Run GoReleaser
timeout-minutes: 60
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
distribution: goreleaser
Expand Down

0 comments on commit fc7fc3d

Please sign in to comment.