Skip to content

Commit f37fee8

Browse files
committed
chore: remove trailing slash
1 parent 5bdd304 commit f37fee8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/actions/publish_flutter_package/action.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@ runs:
1818
uses: actions/github-script@v6
1919
with:
2020
script: |
21-
let pub_token = await core.getIDToken('https://pub.dev/')
21+
let pub_token = await core.getIDToken('https://pub.dev')
2222
core.exportVariable('PUB_TOKEN', pub_token)
2323
2424
- name: 📢 Authenticate
2525
shell: ${{ inputs.shell }}
2626
run: flutter pub pub token add https://pub.dev --env-var PUB_TOKEN
2727

28-
- name: 'Debug'
29-
shell: ${{ inputs.shell }}
30-
run: echo $PUB_TOKEN
31-
3228
- name: 📦 Install dependencies
3329
shell: ${{ inputs.shell }}
3430
run: flutter pub get

0 commit comments

Comments
 (0)