We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdd304 commit f37fee8Copy full SHA for f37fee8
.github/actions/publish_flutter_package/action.yaml
@@ -18,17 +18,13 @@ runs:
18
uses: actions/github-script@v6
19
with:
20
script: |
21
- let pub_token = await core.getIDToken('https://pub.dev/')
+ let pub_token = await core.getIDToken('https://pub.dev')
22
core.exportVariable('PUB_TOKEN', pub_token)
23
24
- name: 📢 Authenticate
25
shell: ${{ inputs.shell }}
26
run: flutter pub pub token add https://pub.dev --env-var PUB_TOKEN
27
28
- - name: 'Debug'
29
- shell: ${{ inputs.shell }}
30
- run: echo $PUB_TOKEN
31
-
32
- name: 📦 Install dependencies
33
34
run: flutter pub get
0 commit comments