diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index c10d7cc..77286d2 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -21,10 +21,11 @@ jobs: go-version: 1.21.x - name: "Create release on GitHub" + timeout-minutes: 10 uses: goreleaser/goreleaser-action@v4 with: args: "release --clean" version: latest workdir: . env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"