fix pub token call

This commit is contained in:
Eric Seidel
2024-07-25 10:58:25 -07:00
parent febb66a1a5
commit aeb7cfbaa5
@@ -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 }}