Skip to content

Commit

Permalink
fix: correct typo in release worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly committed May 21, 2024
1 parent 3b5aecf commit 652ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 652ea13

Please sign in to comment.