Skip to content

Commit 1ccbf22

Browse files
authored
FIX : Github release action (#19)
* Update npm-publish.yml * Update npm-publish.yml
1 parent 7199c40 commit 1ccbf22

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,13 @@ jobs:
2727
- name: "Add node_modules/.bin to PATH"
2828
run: echo "$(npm bin)" >> $GITHUB_PATH
2929

30-
- name: "Build package"
31-
run: npm run build
30+
- name: "Run tests"
31+
run: npm test
3232

3333
- name: "Set Git user name and email"
3434
run: |
3535
git config --global user.name "github-actions"
3636
git config --global user.email "[email protected]"
37-
38-
- name: "Clean working directory"
39-
run: git clean -fdx
4037
4138
- name: "Bump patch version"
4239
run: npm version patch

0 commit comments

Comments
 (0)