diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd0f469..791af52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} run: | - cargo workspaces publish --from-git + cargo workspaces publish --from-git -y github_release: name: Create GitHub Release