Skip to content

Commit

Permalink
Merge pull request #37 from proximax-storage/develop
Browse files Browse the repository at this point in the history
fix gh ci
  • Loading branch information
shinneng authored May 31, 2022
2 parents 55891cd + a25636a commit 0ec6f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
env:
CREDENTIALS_JSON: ${{ secrets.PUB_CREDENTIALS_JSON}}
run: |
mkdir -p $HOME/.config/dart/
echo $CREDENTIALS_JSON > $HOME/.config/dart/pub-credentials.json
- name: Publish package
run: dart pub publish -f
run: dart pub publish -f

0 comments on commit 0ec6f25

Please sign in to comment.