diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9a32d23..fd3b2225 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,6 @@ jobs: export CI=true rm -rf docs/_app yarn install - yarn run lint version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2) yarn build git config user.name github-actions