Skip to content

Commit 287d242

Browse files
committed
Fixing github workflow yml syntax
1 parent d680500 commit 287d242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
npm run build
2424
cp package.json ./dist
2525
cp readme.md ./dist
26+
cd dist
2627
- name: publish
2728
uses: JS-DevTools/npm-publish@v1
28-
run: cd dist
2929
with:
3030
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)