From 322ef861e6b7426c1509a9b27dac40dc5abd668b Mon Sep 17 00:00:00 2001 From: sundy-li <543950155@qq.com> Date: Tue, 29 Oct 2024 09:45:54 +0800 Subject: [PATCH] update --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa134902..43639b0b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,10 +31,12 @@ jobs: - name: Dry run release if: github.event_name == 'pull_request' run: | + make build-frontend cargo workspaces publish --all --dry-run --publish-as-is - name: Release to crates.io if: github.event_name == 'push' env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} run: | + make build-frontend cargo workspaces publish --all --publish-as-is --yes