Skip to content

Commit

Permalink
Fixed prerelease v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed Jul 14, 2024
1 parent 184ed45 commit c5d0324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_nuget_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
working-directory: ./scripts
shell: pwsh
run: |
./Package-ALVsixAsNuget.ps1 -Version ${{ matrix.Version }} -Prerelease ${{ matrix.Prerelease }} -VsixPackageUrl ${{ matrix.PackageUrl }}
./Package-ALVsixAsNuget.ps1 -Version ${{ matrix.Version }} -Prerelease:$([System.Convert]::ToBoolean(${{ matrix.Prerelease }})) -VsixPackageUrl ${{ matrix.PackageUrl }}
dotnet nuget push ..\artifacts\*.nupkg -k ${{ secrets.NUGET_APIKEY }} -s ${{ inputs.NUGET_SOURCE }}

0 comments on commit c5d0324

Please sign in to comment.