Skip to content

Commit 943f598

Browse files
mfelscheLicenser
authored andcommitted
Remove bump script from draft release action
Signed-off-by: Matthias Wahl <[email protected]>
1 parent 23801d3 commit 943f598

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/draft-new-release.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
run: |
5252
git config user.name "GitHub actions"
5353
git config user.email [email protected]
54-
- name: Updating Changelog and Dockerfile
55-
run: .github/scripts/Bump.sh ${{ env.OLD }} ${{ env.NEW }}
56-
- run: cargo check
54+
- name: Run cargo check
55+
run: |
56+
cargo check --manifest-path=./Cargo.toml
57+
cargo check --manifest-path=./simd-json-derive-int/Cargo.toml
5758
- name: Commit changelog and manifest files
5859
id: make-commit
5960
run: |

0 commit comments

Comments
 (0)