Skip to content

Commit 1035250

Browse files
authored
Merge pull request #37 from joshuachp/push-xsukuwwttuvr
ci: typo in release script
2 parents 35659f4 + 9273124 commit 1035250

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
uses: obi1kenobi/cargo-semver-checks-action@v2
106106
with:
107107
release-type: patch
108+
manifest-path: rust/Cargo.toml
108109
# Check that the create can be compiled with only the packaged files
109110
for-publish:
110111
name: stable / for-publish

scripts/github-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
fi
2525

2626
if [[ -n ${GITHUB_REPO:-} ]]; then
27-
changelog=$(git cliff --strip all ---unreleased --tag="$TAG" --github-repo="$GITHUB_REPO")
27+
changelog=$(git cliff --strip all --unreleased --tag="$TAG" --github-repo="$GITHUB_REPO")
2828
else
2929
changelog=$(git cliff --strip all --unreleased --tag="$TAG")
3030
fi

0 commit comments

Comments
 (0)