From 0d63936bd7dfd282c4c2f8c610f38f834c861f32 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 23 Sep 2021 19:59:22 +0200 Subject: [PATCH] Update release-darwin.yml --- .github/workflows/release-darwin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-darwin.yml b/.github/workflows/release-darwin.yml index 59cedef..8bdcc56 100644 --- a/.github/workflows/release-darwin.yml +++ b/.github/workflows/release-darwin.yml @@ -1,6 +1,7 @@ name: Go on: + workflow_dispatch: release: types: [ created ] @@ -14,7 +15,7 @@ jobs: goarch: ["386", amd64] steps: - uses: actions/checkout@v2 - - uses: wangyoucao577/go-release-action@v1.15 + - uses: wangyoucao577/go-release-action@v1.20 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}