Skip to content

Commit e403656

Browse files
authored
Merge pull request #48 from thunderstore-io/fix-nuget-publish
Fix NuGet publish
2 parents 57f783d + 4377f58 commit e403656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Fetch Latest .nupkg
1717
uses: dsaltares/fetch-gh-release-asset@0efe227dedb360b09ea0e533795d584b61c461a9
1818
with:
19-
token: "{{ secrets.GITHUB_TOKEN }}"
20-
version: "tags/${{ env.GITHUB_REF_NAME }}"
21-
file: "tcli.${{ env.GITHUB_REF_NAME }}.nupkg"
19+
token: "${{ secrets.GITHUB_TOKEN }}"
20+
version: "tags/${{ github.ref_name }}"
21+
file: "tcli.${{ github.ref_name }}.nupkg"
2222
target: "tcli.nupkg"
2323

2424

0 commit comments

Comments
 (0)