We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee60d46 commit e802b9fCopy full SHA for e802b9f
1 file changed
.github/workflows/semver-checks.yml
@@ -23,7 +23,4 @@ jobs:
23
uses: obi1kenobi/cargo-semver-checks-action@v2
24
with:
25
# 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
+ package: --workspace
0 commit comments