From 652ea136de05691abcf281de31801652bb42f3fc Mon Sep 17 00:00:00 2001 From: mstechly Date: Tue, 21 May 2024 11:40:18 -0400 Subject: [PATCH] fix: correct typo in release worflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 849bea0..0f5c5b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} release-type: python - skip-github-releases: false + skip-github-release: false skip-github-pull-request: true # bumps z in x.y.z if the commit message is: "fix: blah blah blah" (patch)