summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-04-13 14:05:28 +0300
committerGitHub <noreply@github.com>2025-04-13 14:05:28 +0300
commit7185e9e05193fb4666ea8faa9bfaef6231630aa5 (patch)
tree35833a7a512bf19b5398ac0a124a9e8141b44609
parent3931e26b3b309466b80bf9770f21c6106a6309e7 (diff)
Update release.yml
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4dcfcae..7f54a2b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
goos: windows
steps:
- uses: actions/checkout@v4
- - uses: uses: wangyoucao577/go-release-action@v1
+ - uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}