There was an error while loading. Please reload this page.
1 parent 955a106 commit c09752fCopy full SHA for c09752f
.github/workflows/publish.yml
@@ -8,18 +8,16 @@ on:
8
# Publish using the reusable workflow from dart-lang.
9
jobs:
10
publish:
11
+ name: Publish to pub.dev
12
+ permissions:
13
+ id-token: write # This is required for requesting the JWT
14
runs-on: ubuntu-22.04
15
steps:
16
- name: Checkout App Repo
17
uses: actions/checkout@v3
18
- - name: Setup Ruby
- uses: ruby/setup-ruby@v1
- with:
19
- ruby-version: '2.7.2'
20
-
21
- - name: Update version in Pubspec
22
- run: ruby update_version.rb
+ # Setup Dart SDK with JWT token
+ - uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
23
24
- name: Install Flutter & Build App Bundle
25
uses: subosito/flutter-action@v2
0 commit comments