diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index edd451c..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Deploy - -on: - workflow_dispatch: - push: - tags: - - "v[0-9]+.[0-9]+.[0-9]+*" - -jobs: - deploy: - name: "Deploy to Pub.dev" - permissions: - id-token: write # Required for authentication using OIDC - uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1