From 15694ac554728b4e02009fd552d06bf65a158893 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 23 Sep 2021 19:59:37 +0200 Subject: [PATCH] Update release-linux.yml --- .github/workflows/release-linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index 11f510a..d21c8f5 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -1,6 +1,7 @@ name: Go on: + workflow_dispatch: release: types: [ created ] @@ -14,7 +15,7 @@ jobs: goarch: ["386", amd64, arm, arm64, ppc64le, s390x] 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 }}