Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 7, 2023
1 parent 66e4e3b commit 4ca0344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish to NPM
on:
push:
branches: [main]
paths: "packages/nextjs-themes/package.json"
paths: "lib/nextjs-themes/package.json"

jobs:
publish:
Expand All @@ -15,7 +15,7 @@ jobs:

defaults:
run:
working-directory: ./packages/nextjs-themes
working-directory: ./lib/nextjs-themes

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

defaults:
run:
working-directory: ./packages/nextjs-themes
working-directory: ./lib/nextjs-themes
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 4ca0344

Please sign in to comment.