Add comments in publish.yml

pull/1521/head
Ellet 1 year ago
parent f95487ad3a
commit c9c3e1205b
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 4
      .github/workflows/publish.yml

@ -13,7 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
# - uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
@ -21,6 +20,9 @@ jobs:
- name: Check flutter version
run: flutter --version
# This is needed in order for the authentication to success
# pub token add https://pub.dev --env-var PUB_TOKEN
# Requests to "https://pub.dev" will now be authenticated using the secret token stored in the environment variable "PUB_TOKEN".
- uses: dart-lang/setup-dart@v1
- name: Install dependencies

Loading…
Cancel
Save