From f9b4fa9a9e0ebc13072960a75fee599f9b856d13 Mon Sep 17 00:00:00 2001 From: hasnentai Date: Wed, 18 Jan 2023 12:30:51 +0530 Subject: [PATCH] Fix: Workflow using k-paxian/dart-package-publisher@master --- .github/workflows/actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5428cc0a..18411a8d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,4 +13,6 @@ jobs: - name: 'GeekyAnts Gauges Flutter' uses: k-paxian/dart-package-publisher@master with: - credentialJson: ${{ secrets.CREDENTIALLS_JSON }} \ No newline at end of file + credentialJson: ${{ secrets.CREDENTIALLS_JSON }} + + \ No newline at end of file