Skip to content

Commit 1b87266

Browse files
authored
pass project directory to release script (#703)
1 parent 39b53d8 commit 1b87266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/releases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ functions:
4949
5050
TAG=${GIT_TAG} \
5151
TOKEN=${CRATES_IO_TOKEN} \
52+
PROJECT_DIRECTORY="$(pwd)" \
5253
bash .evergreen/release-danger-do-not-run-manually.sh
5354
5455
tasks:

0 commit comments

Comments
 (0)