Skip to content

Commit e802b9f

Browse files
committed
Fix semver-checks workflow configuration
1 parent ee60d46 commit e802b9f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/semver-checks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ jobs:
2323
uses: obi1kenobi/cargo-semver-checks-action@v2
2424
with:
2525
# Check all packages in the workspace
26-
package: --workspace
27-
# Only run on packages that have been published before
28-
# This prevents errors on new packages that haven't been published yet
29-
baseline-version: auto
26+
package: --workspace

0 commit comments

Comments
 (0)