diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4203017..014b127c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,6 @@ jobs: yarn version --prerelease --no-git-tag-version git config user.name github-actions git config user.email github-actions@github.com - git add ./docs/* + git add . git commit -m "Release $(yarn version --version)" git push