From 4b06298ed10ad04351840c747d44cd0697bc533a Mon Sep 17 00:00:00 2001 From: Omer Cohen Date: Wed, 9 Aug 2023 15:34:45 +0300 Subject: [PATCH] fix(ci): update release workflow --- .github/workflows/publish.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cf74797..96f594f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,17 +7,6 @@ on: jobs: publish: - name: "Publish to pub.dev" permissions: - id-token: write # This is required for requesting the JWT - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - with: - channel: "stable" - cache: true - - run: flutter --version - - - name: Publish to pub.dev - run: flutter pub publish -f + id-token: write # Required for authentication using OIDC + uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1