Skip to content

Commit bf071e7

Browse files
committed
Fix release workflow to use correct tag
1 parent a6fde08 commit bf071e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 📦 Download Artifact
14-
run: gh release download --repo ${{ github.repository }} --pattern '*.nupkg'
14+
run: gh release download ${{ github.ref_name }} --repo ${{ github.repository }} --pattern '*.nupkg'
1515
env:
1616
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717

0 commit comments

Comments
 (0)