Skip to content

Commit cbeaf57

Browse files
author
Roel van Hintum
committed
Update publish.yml
1 parent 48f1e48 commit cbeaf57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: 22
1616
registry-url: "https://registry.npmjs.org"
1717
- run: |
18-
cd npm
18+
cd js
1919
npm ci --include=dev
2020
npm run build
2121
npm version --git-tag-version=false ${{ github.ref_name }}
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 22
3333
registry-url: https://npm.pkg.github.com/
3434
- run: |
35-
cd npm
35+
cd js
3636
npm ci --include=dev
3737
npm run build
3838
npm version --git-tag-version=false ${{ github.ref_name }}

0 commit comments

Comments
 (0)