Skip to content

Commit

Permalink
Merge pull request #48 from thunderstore-io/fix-nuget-publish
Browse files Browse the repository at this point in the history
Fix NuGet publish
  • Loading branch information
MythicManiac authored Dec 26, 2021
2 parents 57f783d + 4377f58 commit e403656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Fetch Latest .nupkg
uses: dsaltares/fetch-gh-release-asset@0efe227dedb360b09ea0e533795d584b61c461a9
with:
token: "{{ secrets.GITHUB_TOKEN }}"
version: "tags/${{ env.GITHUB_REF_NAME }}"
file: "tcli.${{ env.GITHUB_REF_NAME }}.nupkg"
token: "${{ secrets.GITHUB_TOKEN }}"
version: "tags/${{ github.ref_name }}"
file: "tcli.${{ github.ref_name }}.nupkg"
target: "tcli.nupkg"


Expand Down

0 comments on commit e403656

Please sign in to comment.