Skip to content

Commit

Permalink
fix: release github workflows setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kitagry committed Dec 14, 2024
1 parent e1f4013 commit 70aee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.ACCESS_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./build/${{ matrix.asset_name }}.zip
tag: ${{ github.ref }}

0 comments on commit 70aee71

Please sign in to comment.