We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa8ec4 commit 4acb01cCopy full SHA for 4acb01c
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
id: bump
27
uses: vers-one/dotnet-project-version-updater@v1.3
28
with:
29
- file: "Server.csproj"
+ file: "Web.csproj"
30
version: ${{ env.VERSION }}
31
32
- run: |
0 commit comments