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