Skip to content

Commit

Permalink
fix pub token call
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Jul 25, 2024
1 parent febb66a commit aeb7cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish_flutter_package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
- name: 📢 Authenticate
shell: ${{ inputs.shell }}
run: flutter pub pub token add --host https://pub.dev --env-var PUB_TOKEN
run: flutter pub pub token add https://pub.dev --env-var PUB_TOKEN

- name: 📦 Install dependencies
shell: ${{ inputs.shell }}
Expand Down

0 comments on commit aeb7cfb

Please sign in to comment.