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 dfb1b6b commit 9146327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
name: publish-artifact
path: publish
- run: cd publish
- uses: actions/setup-node@v3
with:
node-version: 14
Expand All @@ -58,6 +59,7 @@ jobs:
with:
name: publish-artifact
path: publish
- run: cd publish
- uses: actions/setup-node@v3
with:
node-version: 14
Expand Down
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",
"version": "1.0.0-beta.5",
"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 9146327

Please sign in to comment.