diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6b5da27f..8d670986b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,8 +36,6 @@ jobs: git config --global user.name "${{ github.actor }}" cd website - yarn install --frozen-lockfile - npx docusaurus docs:version ${{ steps.get_version.outputs.version }} echo `git add -A && git commit -m "docs: release new version"` git push origin HEAD:master --force