diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index 60adf47..b5d6e11 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -84,3 +84,7 @@ jobs: path: | logs.txt.gz retention-days: 7 + - name: Print the LocalStack logs + if: success() || failure() + run: | + gunzip -c logs.txt.gz