Skip to content

Commit

Permalink
✏️ Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco authored May 2, 2022
1 parent d3f31a6 commit 108a83c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,25 +85,25 @@ jobs:
release_name: ${{ steps.publish_nuget.outputs.VERSION }}
body_path: RELEASE-NOTES.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Upload Solana.Unity.Extensions release assets
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.ACCESS_TOKEN }}
file: artifacts/Solana.Unity.Extensions.dll
tag: ${{ steps.publish_nuget.outputs.VERSION }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
- name: Upload Solana.Unity.Wallet release assets
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.ACCESS_TOKEN }}
file: artifacts/Solana.Unity.Wallet.dll
tag: ${{ steps.publish_nuget.outputs.VERSION }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
- name: Upload Solana.Unity.Rpc release assets
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.ACCESS_TOKEN }}
file: artifacts/Solana.Unity.Rpc.dll
tag: ${{ steps.publish_nuget.outputs.VERSION }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
Expand Down

0 comments on commit 108a83c

Please sign in to comment.