From 4bf8f2f48c24ecd3e3a727a1547bdf207629edc0 Mon Sep 17 00:00:00 2001 From: mru2 Date: Mon, 1 Jun 2020 11:06:03 +0200 Subject: [PATCH] Use master release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83beab5..b60bbf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@master - name: compile and release - uses: ngs/go-release.action@v1.0.1 + uses: ngs/go-release.action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GOARCH: "386"