diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8886582..66d84fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - run: | git config user.name github-actions git config user.email github-actions@github.com - 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: