diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index edbac4fc..d4029f67 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -43,3 +43,5 @@ jobs:
token: ${{secrets.CODECOV_TOKEN}}
verbose: true
+ - name: Build
+ run: dotnet pack -c Release --output .
diff --git a/src/NRedisStack/NRedisStack.csproj b/src/NRedisStack/NRedisStack.csproj
index 93f75b2a..33986676 100644
--- a/src/NRedisStack/NRedisStack.csproj
+++ b/src/NRedisStack/NRedisStack.csproj
@@ -7,13 +7,15 @@
Redis Open Source
Redis OSS
.Net Client for Redis Stack
+ README.md
0.5.0
0.5.0
0.5.0
-
+
+