Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelBarbosatec committed Nov 16, 2024
1 parent 89cbd18 commit 87e6bae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Copy credentials
run: |
mkdir -p ~/Library/Application\ Support/dart
cat <<EOF > ~/Library/Application\ Support/dart/pub-credentials.json ${{ secrets.CREDENTIAL_JSON }} EOF
cat <<EOF > ~/Library/Application\ Support/dart/pub-credentials.json
${{ secrets.CREDENTIAL_JSON }}
EOF
mkdir -p ~/.pub-cache
ln -s ~/Library/Application\ Support/dart/pub-credentials.json credentials.json
- name: Publishing
Expand Down

0 comments on commit 87e6bae

Please sign in to comment.