diff --git a/.github/workflows/Publish-Module.yml b/.github/workflows/Publish-Module.yml index e598d86b..2e24dda9 100644 --- a/.github/workflows/Publish-Module.yml +++ b/.github/workflows/Publish-Module.yml @@ -30,13 +30,13 @@ jobs: fetch-depth: 0 - name: Publish module - uses: PSModule/Publish-PSModule@03c0f8b53d0367c85a0f121f98af9b40c817b0e3 # v3.0.0 + uses: PSModule/Publish-PSModule@8917aed588dae1bd1aa2873b1caec1c50c20d255 # v2.2.4 env: GH_TOKEN: ${{ github.token }} with: Name: ${{ fromJson(inputs.Settings).Name }} ModulePath: outputs/module - APIKey: ${{ secrets.APIKEY }} + APIKey: ${{ secrets.APIKey }} WhatIf: ${{ github.repository == 'PSModule/Process-PSModule' }} AutoCleanup: ${{ fromJson(inputs.Settings).Publish.Module.AutoCleanup }} AutoPatching: ${{ fromJson(inputs.Settings).Publish.Module.AutoPatching }}