From 9e20e0b824edc2b83a3ecc1c3219421f8b23516b Mon Sep 17 00:00:00 2001 From: Ruben Vermeersch Date: Thu, 20 Jul 2023 16:47:26 +0200 Subject: [PATCH] Upgrade release action --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbc52355..9814b46a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Release on: release: - types: [ created ] + types: [created] jobs: releases-matrix: @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goos: [ linux, windows, darwin ] - goarch: [ amd64 ] + goos: [linux, windows, darwin] + goarch: [amd64] steps: - name: Checkout uses: actions/checkout@v2 - - uses: wangyoucao577/go-release-action@v1.15 + - uses: wangyoucao577/go-release-action@v1.38 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}