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 }}