From c7769be95d3162fddd0e38ae30b1d26cfebdfecc Mon Sep 17 00:00:00 2001 From: jhonathanqz Date: Wed, 12 Jun 2024 13:58:12 -0300 Subject: [PATCH] feat test --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fce5086..b774fd6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,10 +3,10 @@ name: Publish to pub.dev on: push: - tags: - # must align with the tag-pattern configured on pub.dev, often just replace - # {{version}} with [0-9]+.[0-9]+.[0-9]+* - - "v[0-9]+.[0-9]+.[0-9]+*" # tag-pattern on pub.dev: 'v{{version}}' + #tags: + # must align with the tag-pattern configured on pub.dev, often just replace + # {{version}} with [0-9]+.[0-9]+.[0-9]+* + # - "v[0-9]+.[0-9]+.[0-9]+*" # tag-pattern on pub.dev: 'v{{version}}' # If you prefer tags like '1.2.3', without the 'v' prefix, then use: # - '[0-9]+.[0-9]+.[0-9]+*' # tag-pattern on pub.dev: '{{version}}' # If your repository contains multiple packages consider a pattern like: @@ -25,4 +25,4 @@ jobs: # Here you can insert custom steps you need # - run: dart tool/generate-code.dart - name: Publish - run: dart pub publish --force + run: flutter pub publish --force