diff options
| author | jakka <jakkadoujin@gmail.com> | 2025-04-13 14:05:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-13 14:05:28 +0300 |
| commit | 7185e9e05193fb4666ea8faa9bfaef6231630aa5 (patch) | |
| tree | 35833a7a512bf19b5398ac0a124a9e8141b44609 /.github/workflows | |
| parent | 3931e26b3b309466b80bf9770f21c6106a6309e7 (diff) | |
Update release.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 }} |
