Browse Source

Update publish.yml

Signed-off-by: Karan Gauswami <[email protected]>
pull/26/head
Karan Gauswami 9 months ago
committed by GitHub
parent
commit
9e606d8dc0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/publish.yml

2
.github/workflows/publish.yml

@ -45,7 +45,7 @@ jobs:
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.TOKEN_FOR_RELEASE }}
file: target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}

Loading…
Cancel
Save