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 94d477a commit 55f31bdCopy full SHA for 55f31bd
.github/workflows/nuget.yaml
@@ -10,15 +10,7 @@ jobs:
10
runs-on: windows-latest
11
12
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
21
+
22
- uses: actions/checkout@v2
23
with:
24
fetch-depth: 0
@@ -54,4 +46,4 @@ jobs:
54
46
shell: pwsh
55
47
run: |
56
48
$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