Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Add missing fail-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 27, 2023
1 parent 18dfe66 commit 3081fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Wait other jobs
uses: kachick/wait-other-jobs@v1.3.0
if: startsWith(github.ref, 'refs/tags/')
timeout-minutes: 30
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 3081fd7

Please sign in to comment.