Skip to content

Commit 4bf5102

Browse files
committed
fix: do not publish node_modules folder
1 parent 44d26c5 commit 4bf5102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: |
2222
git config user.name github-actions
2323
git config user.email github-actions@github.com
24-
git add .
24+
git add .gitignore dist/
2525
git commit -m "build"
2626
git push --force https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v1"
2727
env:

0 commit comments

Comments
 (0)