8181 id : create_release
8282 uses : actions/create-release@v1
8383 with :
84- tag_name : ${{ steps.publish_nuget.outputs.VERSION }}
85- release_name : ${{ steps.publish_nuget.outputs.VERSION }}
84+ tag_name : ${{ steps.publish_nuget.outputs.Version }}
85+ release_name : ${{ steps.publish_nuget.outputs.Version }}
8686 body_path : RELEASE-NOTES.txt
8787 env :
8888 GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
@@ -91,21 +91,21 @@ jobs:
9191 with :
9292 repo_token : ${{ secrets.ACCESS_TOKEN }}
9393 file : artifacts/Solana.Unity.Extensions.dll
94- tag : ${{ steps.publish_nuget.outputs.VERSION }}
94+ tag : ${{ steps.publish_nuget.outputs.Version }}
9595 upload_url : ${{ steps.create_release.outputs.upload_url }}
9696 - name : Upload Solana.Unity.Wallet release assets
9797 uses : svenstaro/upload-release-action@v2
9898 with :
9999 repo_token : ${{ secrets.ACCESS_TOKEN }}
100100 file : artifacts/Solana.Unity.Wallet.dll
101- tag : ${{ steps.publish_nuget.outputs.VERSION }}
101+ tag : ${{ steps.publish_nuget.outputs.Version }}
102102 upload_url : ${{ steps.create_release.outputs.upload_url }}
103103 - name : Upload Solana.Unity.Rpc release assets
104104 uses : svenstaro/upload-release-action@v2
105105 with :
106106 repo_token : ${{ secrets.ACCESS_TOKEN }}
107107 file : artifacts/Solana.Unity.Rpc.dll
108- tag : ${{ steps.publish_nuget.outputs.VERSION }}
108+ tag : ${{ steps.publish_nuget.outputs.Version }}
109109 upload_url : ${{ steps.create_release.outputs.upload_url }}
110110 - name : Upload Solana.Unity.KeyStore release assets
111111 uses : svenstaro/upload-release-action@v2
0 commit comments