Skip to content

Commit

Permalink
chore: remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Jul 25, 2024
1 parent 5bdd304 commit f37fee8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/publish_flutter_package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ runs:
uses: actions/github-script@v6
with:
script: |
let pub_token = await core.getIDToken('https://pub.dev/')
let pub_token = await core.getIDToken('https://pub.dev')
core.exportVariable('PUB_TOKEN', pub_token)
- name: 📢 Authenticate
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
Expand Down

0 comments on commit f37fee8

Please sign in to comment.