Skip to content

Commit

Permalink
Fix feature group for cargo-semver-check (cloudflare#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg authored Mar 29, 2024
1 parent 8bcc702 commit 969c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
package: worker
verbose: true
release-type: minor
feature-group: default-features
- name: Check semver (http)
uses: obi1kenobi/cargo-semver-checks-action@v2
continue-on-error: true
with:
package: worker
feature-group: all-features
verbose: true
release-type: minor
- name: Build workspace
Expand Down

0 comments on commit 969c14e

Please sign in to comment.