Skip to content

Commit 22766c8

Browse files
fix(ci): workspace path
1 parent 053c1c1 commit 22766c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
exit 1;
5858
fi
5959
60-
export PROJECT_DIR=$PWD;
60+
export PROJECT_DIR=${{ github.workspace }};
6161
export CURRENT_VERSION=$(node -e "process.stdout.write(require(process.env.PROJECT_DIR + '/package.json').version)");
6262
6363
echo -e "project-dir=$PROJECT_DIR"

0 commit comments

Comments
 (0)