diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a0ff23..0b98764 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,7 @@ jobs: run: dotnet build -c Release - name: Pack nugets working-directory: ./Forte.React.AspNetCore - run: dotnet pack -c Release --no-build --output . + run: dotnet pack -c Release --no-build --output . --version-suffix "alpha" - name: Push to NuGet + working-directory: ./Forte.React.AspNetCore run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json \ No newline at end of file