From 47cd142febf606ae648acdb72821e210c8401a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:36:18 +0000 Subject: [PATCH] Bump k-paxian/dart-package-publisher from 1.5.1 to 1.6 Bumps [k-paxian/dart-package-publisher](https://github.com/k-paxian/dart-package-publisher) from 1.5.1 to 1.6. - [Release notes](https://github.com/k-paxian/dart-package-publisher/releases) - [Commits](https://github.com/k-paxian/dart-package-publisher/compare/v1.5.1...v1.6) --- updated-dependencies: - dependency-name: k-paxian/dart-package-publisher dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9583bd6..a8ffcec 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -29,7 +29,7 @@ jobs: - name: Check Publish Warnings run: dart pub publish --dry-run - name: Publish - uses: k-paxian/dart-package-publisher@v1.5.1 + uses: k-paxian/dart-package-publisher@v1.6 with: credentialJson: ${{ secrets.CREDENTIAL_JSON }} skipTests: true