From efaaf41d694871fc89ebf1422060da5664d6df44 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 6 Aug 2024 15:03:30 -0500 Subject: [PATCH] Fix package.json file --- .github/workflows/distribute.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index f1b8089..0554f3e 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -13,8 +13,9 @@ jobs: - name: Nerdbank.GitVersioning uses: dotnet/nbgv@latest - setAllVars: true - stamp: true + with: + setAllVars: true + stamp: true # Create a zip from what's in this repo - name: Archive Release