chore: fix release ci
This commit is contained in:
parent
944d7e0639
commit
dca3231a52
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue