From 2003b0b8de4ea41d2ef457010a7fdacb45fb2ffb Mon Sep 17 00:00:00 2001 From: Ellet Date: Thu, 16 Nov 2023 21:33:54 +0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a963c87..87fec683 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,9 +33,9 @@ jobs: # This is needed in order for the authentication to success # dart 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: Update the authorization requests to "https://pub.dev" to use the environment variable "PUB_TOKEN". - run: dart pub token add https://pub.dev --env-var PUB_TOKEN + - uses: dart-lang/setup-dart@v1 + # - name: Update the authorization requests to "https://pub.dev" to use the environment variable "PUB_TOKEN". + # run: dart pub token add https://pub.dev --env-var PUB_TOKEN - name: Publish run: flutter pub publish --force