Skip to content

Commit

Permalink
fix(ci): update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omercnet committed Aug 9, 2023
1 parent 1dfbc3a commit 4b06298
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b06298

Please sign in to comment.