Skip to content

Commit ec52e8a

Browse files
tech-sushantgithub-actions
andauthored
Added error handling for release action (#14)
Co-authored-by: github-actions <[email protected]>
1 parent 34240c6 commit ec52e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
- name: "Install dependencies"
2525
run: npm ci
26-
27-
- name: "Clean untracked files"
28-
run: git clean -fdx
29-
26+
27+
- name: "Add node_modules/.bin to PATH"
28+
run: echo "$(npm bin)" >> $GITHUB_PATH
29+
3030
- name: "Build package"
3131
run: npm run build
3232

0 commit comments

Comments
 (0)