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 ad0532d commit 90b8e09Copy full SHA for 90b8e09
‎.github/workflows/publish-code.yml‎
@@ -32,7 +32,7 @@ jobs:
32
- name: Pack solution [Release]
33
run: |
34
dotnet pack --no-restore --no-build -o PackOutputs -c Release -p:Version=${{ github.event.release.tag_name }} -p:PackageReleaseNotes="See https://github.com/notion-dotnet/notion-sdk-net/releases/tag/${{ github.event.release.tag_name }}" -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
35
- rm "PackOutputs/*.nupkg"
+ rm -f PackOutputs/*.nupkg
36
dotnet pack --no-restore --no-build -o PackOutputs -c Release -p:Version=${{ github.event.release.tag_name }} -p:PackageReleaseNotes="See https://github.com/notion-dotnet/notion-sdk-net/releases/tag/${{ github.event.release.tag_name }}" -p:PackageReadmeFile=README.md
37
38
- name: Upload artifacts
0 commit comments