Skip to content

Commit

Permalink
changedir-in-publish-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajpatel committed May 1, 2022
1 parent 9146327 commit f1cc2dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
!./.husky
!./.github
!./.vscode
!stat
if-no-files-found: error


Expand All @@ -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:
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.github
.husky
.vscode
stat
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f1cc2dd

Please sign in to comment.