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

Commit

Permalink
Wait other CI before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 19, 2023
1 parent ac9ec25 commit d8e9da7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '*'
workflow_dispatch:

permissions:
contents: write
Expand All @@ -18,6 +19,11 @@ jobs:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
- name: Wait other jobs
uses: kachick/wait-other-jobs@v1.2.1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
if: startsWith(github.ref, 'refs/tags/')
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d8e9da7

Please sign in to comment.