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.
1 parent 2cd493f commit 4485964Copy full SHA for 4485964
1 file changed
.github/workflows/build.yml
@@ -56,12 +56,6 @@ jobs:
56
steps:
57
- uses: actions/checkout@v7
58
59
- - name: Download packages
60
- uses: actions/download-artifact@v7
61
- with:
62
- name: Packages
63
- path: packages
64
-
65
- name: Extract changelog entry
66
run: |
67
awk '/^## \[/{if(f) exit; f=1; next} f' \
@@ -74,5 +68,4 @@ jobs:
74
68
75
69
gh release create "${{ github.ref_name }}" \
76
70
--title "${{ github.ref_name }}" \
77
- --notes-file /tmp/release_notes.md \
78
- packages/*.nupkg
71
+ --notes-file /tmp/release_notes.md
0 commit comments