From bdba874c3fcb6faa7274d39c9414bc8a09e999de Mon Sep 17 00:00:00 2001 From: Francesco Iapicca Date: Sat, 20 Apr 2024 17:20:12 +0300 Subject: [PATCH 1/2] [yak_flutter] make descriptio in pubspec between 60 to 180 char --- packages/yak_flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yak_flutter/pubspec.yaml b/packages/yak_flutter/pubspec.yaml index 00c6b001..9c7d5d8c 100644 --- a/packages/yak_flutter/pubspec.yaml +++ b/packages/yak_flutter/pubspec.yaml @@ -1,5 +1,5 @@ name: yak_flutter -description: A collection of tools and extensions for Flutter. +description: A collection of tools, widgets and extensions for Flutter framework. version: 3.0.1 homepage: https://github.com/yakforward-ou/yak_packages From 8102ce706e35504424a7ccfe2b8d0d6b29485231 Mon Sep 17 00:00:00 2001 From: Francesco Iapicca Date: Sat, 20 Apr 2024 17:28:45 +0300 Subject: [PATCH 2/2] remove publish workflow until pubdev issue is fixed --- .github/workflows/pub-lish.yml | 74 +++++++++++++++++----------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/pub-lish.yml b/.github/workflows/pub-lish.yml index 2e539631..be3f7748 100644 --- a/.github/workflows/pub-lish.yml +++ b/.github/workflows/pub-lish.yml @@ -1,38 +1,38 @@ -name: 'pub-lish' -on: - push: - tags: - - 'v[0-9]+.[0-9]+.[0-9]+*' - branches: - - main -jobs: - pub-lish: - name: 'publish to pub.dev' - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: 'checkout' - uses: actions/checkout@v4 - - name: 'setup flutter' - uses: subosito/flutter-action@v2 - with: - channel: 'stable' - - name: 'setup credentials' - run: | - mkdir $HOME/.pub-cache/ && \ - touch $HOME/.pub-cache/credentials.json && \ - cat < $HOME/.pub-cache/credentials.json - { - "accessToken":"${{ secrets.PUB_DEV_PUBLISH_ACCESS_TOKEN }}", - "refreshToken":"${{ secrets.PUB_DEV_PUBLISH_REFRESH_TOKEN }}", - "tokenEndpoint":"https://accounts.google.com/o/oauth2/token", - "scopes":["https://www.googleapis.com/auth/userinfo.email","openid"], - "expiration":${{ secrets.PUB_DEV_PUBLISH_EXPIRATION }} - } - EOF - - name: 'install melos' - uses: bluefireteam/melos-action@v1 - - name: 'publishing' - run: | - yes | melos publish --no-dry-run --git-tag-version +# name: 'pub-lish' +# on: +# push: +# tags: +# - 'v[0-9]+.[0-9]+.[0-9]+*' +# branches: +# - main +# jobs: +# pub-lish: +# name: 'publish to pub.dev' +# runs-on: ubuntu-latest +# timeout-minutes: 10 +# steps: +# - name: 'checkout' +# uses: actions/checkout@v4 +# - name: 'setup flutter' +# uses: subosito/flutter-action@v2 +# with: +# channel: 'stable' +# - name: 'setup credentials' +# run: | +# mkdir $HOME/.pub-cache/ && \ +# touch $HOME/.pub-cache/credentials.json && \ +# cat < $HOME/.pub-cache/credentials.json +# { +# "accessToken":"${{ secrets.PUB_DEV_PUBLISH_ACCESS_TOKEN }}", +# "refreshToken":"${{ secrets.PUB_DEV_PUBLISH_REFRESH_TOKEN }}", +# "tokenEndpoint":"https://accounts.google.com/o/oauth2/token", +# "scopes":["https://www.googleapis.com/auth/userinfo.email","openid"], +# "expiration":${{ secrets.PUB_DEV_PUBLISH_EXPIRATION }} +# } +# EOF +# - name: 'install melos' +# uses: bluefireteam/melos-action@v1 +# - name: 'publishing' +# run: | +# yes | melos publish --no-dry-run --git-tag-version \ No newline at end of file