From e731283f21e2bdd5e7a1c5b6231925bc47f2de0a Mon Sep 17 00:00:00 2001 From: iLTeoooD Date: Fri, 11 Feb 2022 13:40:18 +0100 Subject: [PATCH] Publisher --- .github/workflows/publisher.yml | 2 +- .github/workflows/tester.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publisher.yml b/.github/workflows/publisher.yml index f1592b3..f758731 100644 --- a/.github/workflows/publisher.yml +++ b/.github/workflows/publisher.yml @@ -13,6 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Publish - uses: sakebook/actions-flutter-pub-publisher@1.3.1 + uses: sakebook/actions-flutter-pub-publisher@v1.3.1 with: credential: ${{ secrets.PUB_CREDENTIALS }} \ No newline at end of file diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 734b8a2..8e655b0 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Testing - uses: sakebook/actions-flutter-pub-publisher@1.3.1 + uses: sakebook/actions-flutter-pub-publisher@v1.3.1 with: credential: ${{ secrets.PUB_CREDENTIALS }} dry_run: true \ No newline at end of file