Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 3b798a9

Browse files
author
Sujaykumar Hublikar
committed
Update workflow
1 parent 94ef747 commit 3b798a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm install
3535

3636
# Build dist
37-
- run: mkdir dist
37+
- run: rm -rf dist/.git* # delete .git* files
3838
- run: npm run all
3939

4040
# publish release

0 commit comments

Comments
 (0)