diff --git a/.github/workflows/Publish-to-NuGet.yml b/.github/workflows/Publish-to-NuGet.yml index 216d995..8b0f1c1 100644 --- a/.github/workflows/Publish-to-NuGet.yml +++ b/.github/workflows/Publish-to-NuGet.yml @@ -50,7 +50,7 @@ jobs: run: dotnet pack ./src/Rhythm.Drop.Infrastructure/Rhythm.Drop.Infrastructure.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION - name: Pack Rhythm.Drop.Builders - if: ${{ ! startsWith($PACKAGE_VERSION, '1.') }} + if: ${{ ! startsWith(env.PACKAGE_VERSION, '1.') }} run: dotnet pack ./src/Rhythm.Drop.Builders/Rhythm.Drop.Builders.csproj --no-restore -c $BUILD_CONFIG /p:version=$PACKAGE_VERSION - name: Pack Rhythm.Drop.Web.Infrastructure