Skip to content

Commit 1e9789a

Browse files
Merge pull request #117 from notion-dotnet/ci/fix-publish-code-github-action
Fix publish code GitHub action 💚
2 parents dc2d8a4 + 90b8e09 commit 1e9789a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Pack solution [Release]
3333
run: |
3434
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"
35+
rm -f PackOutputs/*.nupkg
3636
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
3737
3838
- name: Upload artifacts

0 commit comments

Comments
 (0)