From 08e7c7e95f1d9fa15342cb419a27d0b456006a59 Mon Sep 17 00:00:00 2001 From: Trudy Date: Sun, 9 Jun 2024 21:31:04 -0700 Subject: [PATCH] bump --- .github/workflows/nuget-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget-main.yml b/.github/workflows/nuget-main.yml index 523c4dd..9bbcb68 100644 --- a/.github/workflows/nuget-main.yml +++ b/.github/workflows/nuget-main.yml @@ -21,7 +21,7 @@ jobs: - name: Bump versions uses: SiqiLu/dotnet-bump-version@2.0.0 with: - version_files: "**/${{ PROJECT_NAME }}.csproj" + version_files: "**/${{ env.PROJECT_NAME }}.csproj" version_mask: 0.0.1.0 version_overwrite: "*.*.*.*" github_token: ${{ secrets.GITHUB_TOKEN }}