Skip to content

Commit

Permalink
build: release please workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hashedone committed Jun 27, 2023
1 parent b49ae1a commit ea69438
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
on:
push:
branches:
- main
push

permissions:
contents: write
Expand All @@ -20,6 +18,4 @@ jobs:
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
bootstrap-sha: ae522441497a670a7d56dae389ffb2b7bb626960
plugins:
- cargo-workspace
- sentence-case
plugins: ["cargo-workspace", "sentence-case"]

0 comments on commit ea69438

Please sign in to comment.