diff --git a/.gitea/workflows/publish-nugets.yaml b/.gitea/workflows/publish-nugets.yaml
index bec3ec0..fa688dd 100644
--- a/.gitea/workflows/publish-nugets.yaml
+++ b/.gitea/workflows/publish-nugets.yaml
@@ -32,9 +32,7 @@ jobs:
- name: Build and Pack NuGet Package
run: dotnet pack -c Release -o ./artifacts \
- -p:Version=${{ env.RELEASE_VERSION }} \
- -p:IncludeSymbols=true \
- -p:IncludeSource=true
+ -p:Version=${{ env.RELEASE_VERSION }}
- name: Validate NuGet Package
run: dotnet nuget verify ./artifacts/*.nupkg
diff --git a/OpenHarbor.JwtTokenManager.Abstractions/OpenHarbor.JwtTokenManager.Abstractions.csproj b/OpenHarbor.JwtTokenManager.Abstractions/OpenHarbor.JwtTokenManager.Abstractions.csproj
index 0c2d826..c829e60 100644
--- a/OpenHarbor.JwtTokenManager.Abstractions/OpenHarbor.JwtTokenManager.Abstractions.csproj
+++ b/OpenHarbor.JwtTokenManager.Abstractions/OpenHarbor.JwtTokenManager.Abstractions.csproj
@@ -12,6 +12,9 @@
git
true
MIT
+ true
+ true
+ true
diff --git a/OpenHarbor.JwtTokenManager/OpenHarbor.JwtTokenManager.csproj b/OpenHarbor.JwtTokenManager/OpenHarbor.JwtTokenManager.csproj
index ae41405..2d5006d 100644
--- a/OpenHarbor.JwtTokenManager/OpenHarbor.JwtTokenManager.csproj
+++ b/OpenHarbor.JwtTokenManager/OpenHarbor.JwtTokenManager.csproj
@@ -12,6 +12,9 @@
git
true
MIT
+ true
+ true
+ true