From a4ce4c398fc8949aead551c2a4a86016a87d4c38 Mon Sep 17 00:00:00 2001 From: Cteq3132 Date: Mon, 13 May 2024 16:10:44 +0200 Subject: [PATCH] fix: add dart setup step to publish pipeline --- .github/workflows/publish-to-pub-on-tag.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-pub-on-tag.yaml b/.github/workflows/publish-to-pub-on-tag.yaml index 4c88c9f..ebb5d61 100644 --- a/.github/workflows/publish-to-pub-on-tag.yaml +++ b/.github/workflows/publish-to-pub-on-tag.yaml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v2 + - uses: dart-lang/setup-dart@v1 + - id: dotenv uses: falti/dotenv-action@v0.2.8 with: