fix: Fixed missing .pub-cache folder creation in .gitlab-ci.yml

This commit is contained in:
Malin Errenst 2022-08-26 11:12:39 +02:00
parent fccc2171fe
commit ec848f5bc3
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ pub-dev:
exit 1
fi
mkdir -p ~/.pub-cache
cat <<EOF > ~/.pub-cache/credentials.json
{
"accessToken":"$(echo "${PUB_DEV_PUBLISH_ACCESS_TOKEN}" | base64 -d)",