Skip to content

Commit d16d93b

Browse files
committed
Use cargo release
1 parent f3289ae commit d16d93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
cargo-cache-key: cargo-semver-checks
6363
toolchain: test
64-
components: edit, release, semver-checks
64+
components: release, semver-checks
6565

6666
- name: Set Version
6767
run: |
@@ -71,7 +71,7 @@ jobs:
7171
LEVEL="--bump ${{ inputs.level }}"
7272
fi
7373
74-
cargo set-version --manifest-path ${{ inputs.crate }}/Cargo.toml $LEVEL
74+
cargo release $LEVEL --manifest-path ${{ inputs.crate }}/Cargo.toml --no-tag --no-publish --no-push --no-confirm --execute
7575
7676
- name: Check semver
7777
run: |

0 commit comments

Comments
 (0)