From 0ecfe04c9ace870c4a2024390897b06ae0b99b8c Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Thu, 21 Dec 2023 23:06:59 -0600 Subject: [PATCH] chore(actions): removing no pr config --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8613e9e0..17556b2a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,6 @@ jobs: id: release with: release-type: rust - skip-github-pull-request: true publish: name: Publish to crates.io