diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b259814..c13d5e9 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
echo "PACKAGE_VERSION=$VERSION" >> $GITHUB_ENV
- name: Package the project
- run: dotnet pack --configuration Release
+ run: dotnet pack --include-source -c Release
- name: Check if version is already published
id: check_version
diff --git a/Janitor.csproj b/Janitor.csproj
index d1872fe..a7b4fa4 100644
--- a/Janitor.csproj
+++ b/Janitor.csproj
@@ -5,7 +5,7 @@