From 7fad6e157d27b931763da9ebdc2c23f4c4270085 Mon Sep 17 00:00:00 2001 From: "Winston (Winny) Weinert" Date: Tue, 14 Feb 2023 06:54:11 -0600 Subject: [PATCH] fix: bump action version (#29) --- .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 294dd9b..b53a53e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: goos: windows steps: - uses: actions/checkout@v3 - - uses: winny-/go-release-action@f3844f1ef659d97f08db54c526c2ce43f3e5dec9 + - uses: winny-/go-release-action@8fb7bab23a3ae0152bcd7fd843853ee8aab76216 with: github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }}