chore: fix release ci

This commit is contained in:
td 2023-07-19 19:54:36 +05:30
parent 944d7e0639
commit dca3231a52
No known key found for this signature in database
GPG Key ID: F6D9E9BF14C7D103
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v3
- name: pub.dev publish
run: |
if [ -z ${{ secrets.PUB_DEV_CREDENTIALS }}" ]; then
if [ -z "${{ secrets.PUB_DEV_CREDENTIALS }}" ]; then
echo "Missing PUB_DEV_CREDENTIALS environment variable"
exit 1
fi