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)