Skip to content

Commit 1fe933a

Browse files
authored
Update registry-publish.yml to include the unit of timeout duration
1 parent e187fb8 commit 1fe933a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/registry-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: goreleaser/goreleaser-action@v2
8282
with:
8383
version: latest
84-
args: release --rm-dist --skip-publish --timeout=60
84+
args: release --rm-dist --skip-publish --timeout=60m
8585

8686
- name: List Build Artifacts
8787
run: ls -laR ./dist

0 commit comments

Comments
 (0)