Skip to content

Commit

Permalink
Merge pull request #1 from peiffer-innovations/jpeiffer-patch-1
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
jpeiffer authored May 28, 2023
2 parents 737911d + ad45a71 commit aeca65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ runs:
run: |
set -e
printf '${{ inputs.credentials }}' > $PUB_CACHE/credentials.json
printf '${{ inputs.credentials }}' > ~/.config/dart/pub-credentials.json
dart pub publish --force
working-directory: ${{ inputs.path }}

0 comments on commit aeca65f

Please sign in to comment.