diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d2dc75e..a70b7abd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,6 +29,7 @@ jobs: !./.husky !./.github !./.vscode + !stat if-no-files-found: error @@ -41,6 +42,8 @@ jobs: with: name: publish-artifact path: publish + - name: Display structure of downloaded files + run: ls -R - run: cd publish - uses: actions/setup-node@v3 with: @@ -59,6 +62,8 @@ jobs: with: name: publish-artifact path: publish + - name: Display structure of downloaded files + run: ls -R - run: cd publish - uses: actions/setup-node@v3 with: diff --git a/.npmignore b/.npmignore index a3ef1bfa..69509556 100644 --- a/.npmignore +++ b/.npmignore @@ -2,3 +2,4 @@ .github .husky .vscode +stat \ No newline at end of file diff --git a/package.json b/package.json index 4d139785..cfab8ca4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "list-repos", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "description": "List all the repos, their HEADs and clean status in the Current Directory or the Supplied Directory", "main": "dist/index.cjs", "type": "commonjs",