Skip to content

Commit 7199c40

Browse files
authored
Update npm-publish.yml (#18)
1 parent b333420 commit 7199c40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
git config --global user.name "github-actions"
3636
git config --global user.email "[email protected]"
3737
38+
- name: "Clean working directory"
39+
run: git clean -fdx
40+
3841
- name: "Bump patch version"
3942
run: npm version patch
4043

@@ -63,4 +66,4 @@ jobs:
6366
• Published by ${{ github.actor }}
6467
```
6568
env:
66-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)