Attempt to debug token

This commit is contained in:
Eric Seidel
2024-07-25 11:12:21 -07:00
parent eee7a191ac
commit 5bdd30420d
@@ -25,6 +25,10 @@ runs:
shell: ${{ inputs.shell }}
run: flutter pub pub token add https://pub.dev --env-var PUB_TOKEN
- name: 'Debug'
shell: ${{ inputs.shell }}
run: echo $PUB_TOKEN
- name: 📦 Install dependencies
shell: ${{ inputs.shell }}
run: flutter pub get