Skip to content

Commit

Permalink
Update registry-publish.yml to include the unit of timeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved authored Dec 12, 2023
1 parent e187fb8 commit 1fe933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist --skip-publish --timeout=60
args: release --rm-dist --skip-publish --timeout=60m

- name: List Build Artifacts
run: ls -laR ./dist
Expand Down

0 comments on commit 1fe933a

Please sign in to comment.