From 4abbf6c9a215371d76d0efc76a0af242e68b4cde Mon Sep 17 00:00:00 2001 From: iyifr Date: Wed, 7 Aug 2024 19:11:10 +0100 Subject: [PATCH] feat:publish CI --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d6bb095..32a7a78 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,6 @@ jobs: with: # Specify the github actions deployment environment environment: pub.dev - runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: dart-lang/setup-dart@v1