Skip to content

Commit

Permalink
fix: do not publish node_modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 12, 2021
1 parent 44d26c5 commit 4bf5102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: |
git config user.name github-actions
git config user.email [email protected]
git add .
git add .gitignore dist/
git commit -m "build"
git push --force https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:refs/heads/v1"
env:
Expand Down

0 comments on commit 4bf5102

Please sign in to comment.