Skip to content

Commit

Permalink
make dir for creds
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan committed Oct 26, 2022
1 parent 132f9aa commit 3edb5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdkrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

- name: Write credentials
run: |
mkdir ~/.config/dart/
echo $PUB_DEV_CREDENTIAL_JSON >> ~/.config/dart/pub-credentials.json
env:
PUB_DEV_CREDENTIAL_JSON: ${{ secrets.PUB_DEV_CREDENTIAL_JSON }}
Expand Down

0 comments on commit 3edb5bb

Please sign in to comment.