Skip to content

Commit 44b14fd

Browse files
👷 Update publish.yml
1 parent 736440a commit 44b14fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
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

Comments
 (0)