Merge pull request #1524 from famedly/td/fixreleaseci

chore: fix release ci
This commit is contained in:
td 2023-07-19 14:53:42 +00:00 committed by GitHub
commit 7d4c9dd916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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