Skip to content

Commit

Permalink
Fix Setup pub credentials in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh committed Jul 11, 2024
1 parent 1aa0237 commit 6464b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:

- name: Setup pub credentials
run: |
mkdir -p ~/$PUB_CACHE
cat <<EOF > ~/$PUB_CACHE/credentials.json
mkdir -p $PUB_CACHE
cat <<EOF > $PUB_CACHE/credentials.json
{
"accessToken":"${{ secrets.OAUTH_ACCESS_TOKEN }}",
"refreshToken":"${{ secrets.OAUTH_REFRESH_TOKEN }}",
Expand Down

0 comments on commit 6464b17

Please sign in to comment.