diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 00eb801..f2214d7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -104,8 +104,7 @@ jobs: - name: Check if version exist in s3 run: | - $ErrorActionPreference = 'Stop' - $PSNativeCommandUseErrorActionPreference = $true + SetPSDebug -Trace 1 $output = aws s3 ls ${{ env.OUTFILE }} $ec = $LastExitCode if ( $ec -eq "0" ){