We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57f783d + 4377f58 commit e403656Copy full SHA for e403656
.github/workflows/publish.yml
@@ -16,9 +16,9 @@ jobs:
16
- name: Fetch Latest .nupkg
17
uses: dsaltares/fetch-gh-release-asset@0efe227dedb360b09ea0e533795d584b61c461a9
18
with:
19
- token: "{{ secrets.GITHUB_TOKEN }}"
20
- version: "tags/${{ env.GITHUB_REF_NAME }}"
21
- file: "tcli.${{ env.GITHUB_REF_NAME }}.nupkg"
+ token: "${{ secrets.GITHUB_TOKEN }}"
+ version: "tags/${{ github.ref_name }}"
+ file: "tcli.${{ github.ref_name }}.nupkg"
22
target: "tcli.nupkg"
23
24
0 commit comments