Skip to content

Commit

Permalink
Adding missing corepack enable to publish-nuget for PNPM installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jun 30, 2022
1 parent 8a4dedb commit 62d0467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/publish-nuget/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ runs:
shell: pwsh
run: Update-ManifestVersion './' '${{ steps.setup.outputs.publish-version }}'

- name: Enable Node corepack
uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev

- name: Install dependencies
shell: pwsh
run: dotnet restore -p:NuGetBuild=true --verbosity ${{ inputs.verbosity }}
Expand Down

0 comments on commit 62d0467

Please sign in to comment.