From 88dcb80e972e6deed274228e38ded315b13472e5 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 30 Apr 2022 12:18:54 -0300 Subject: [PATCH] ci: Skip publish confirmation prompt --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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