diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..56ca25c4 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +cli/index.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a219cbb..ae202882 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,5 +69,7 @@ jobs: run: | git config user.email 'github-actions[bot]@users.noreply.github.com' git config user.name 'github-actions[bot]' + git add -f cli/index.js + git commit --no-verify -m 'Add build artifacts' git tag ${{ steps.split.outputs._2 }} git push --tags