From f4352e7a6b1bcefe350fa49f582c50863c1baa23 Mon Sep 17 00:00:00 2001 From: Manuel Schiller Date: Thu, 4 Jun 2026 06:04:17 +0200 Subject: [PATCH] Configure release-plz for GitHub-only releases --- .github/workflows/release.yml | 1 - release-plz.toml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 release-plz.toml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a85cf9b..705b858 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,4 +28,3 @@ jobs: - uses: release-plz/action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} diff --git a/release-plz.toml b/release-plz.toml new file mode 100644 index 0000000..86b8e9b --- /dev/null +++ b/release-plz.toml @@ -0,0 +1,3 @@ +[workspace] +git_only = true +publish = false