Skip to content

Commit 55f31bd

Browse files
committed
different command
1 parent 94d477a commit 55f31bd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/nuget.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ jobs:
1010
runs-on: windows-latest
1111

1212
steps:
13-
- name: debug
14-
run: gh --version
15-
16-
- name: install latest gh cli
17-
run: choco install gh
18-
19-
- name: debug again
20-
run: gh --version
21-
13+
2214
- uses: actions/checkout@v2
2315
with:
2416
fetch-depth: 0
@@ -54,4 +46,4 @@ jobs:
5446
shell: pwsh
5547
run: |
5648
$VERSION = Get-ChildItem -Path pkg/*.nupkg -Name | Select-String -Pattern '\d.\d.\d' | foreach {$_.Matches.Value}
57-
gh release create --generate-notes $VERSION
49+
gh release create $VERSION --notes "v7.0.4"

0 commit comments

Comments
 (0)