From bc53a34029336ba6a237b6b9c9da6b9d542bc8f2 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 16 Aug 2023 17:26:01 +1200 Subject: [PATCH] Build: Update wangyoucao577/go-release-action@v1.39 --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 6cfc458..fa9f844 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -33,7 +33,7 @@ jobs: - run: npm run package # build the binaries - - uses: wangyoucao577/go-release-action@v1.38 + - uses: wangyoucao577/go-release-action@v1.39 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}