diff --git a/.github/workflows/dotnet_publish.yml b/.github/workflows/dotnet_publish.yml
index cc6d498..bc4d08e 100644
--- a/.github/workflows/dotnet_publish.yml
+++ b/.github/workflows/dotnet_publish.yml
@@ -24,7 +24,4 @@ jobs:
run: |
ls
- name: create package
- shell: bash
- env:
- ACTIONS_ACCESSTOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: dotnet nuget push "package_output/**/*.nupkg" -s "github" --api-key $ACTIONS_ACCESSTOKEN
\ No newline at end of file
+ run: dotnet nuget push "package_output/**/*.nupkg" -s "github" --api-key ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
diff --git a/SharpExcel.Tests/SharpExcel.Tests.csproj b/SharpExcel.Tests/SharpExcel.Tests.csproj
index a729e6f..e759204 100644
--- a/SharpExcel.Tests/SharpExcel.Tests.csproj
+++ b/SharpExcel.Tests/SharpExcel.Tests.csproj
@@ -17,6 +17,10 @@
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+