From c9c3e1205bcb6a5f83b2f8689ef753bef8ec7c96 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 11 Nov 2023 20:32:39 +0300 Subject: [PATCH] Add comments in publish.yml --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa323fe7..11d87808 100644 --- a/.github/workflows/publish.yml +++ b/.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