Skip to content

Commit 010050b

Browse files
job fix
1 parent 1a84fb6 commit 010050b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
cache: "yarn"
5050

5151
- run: yarn install --immutable
52-
- run: yarn version --check
52+
- run: yarn version check

scripts/generate_changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PACKAGE= $1
1+
PACKAGE=$1
22
echo "## $PACKAGE" >> $2
33

44
TAG=$(git describe --abbrev=0 --match "release-v*")

0 commit comments

Comments
 (0)