We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955a106 commit 208d012Copy full SHA for 208d012
.github/workflows/publish.yml
@@ -8,26 +8,4 @@ on:
8
# Publish using the reusable workflow from dart-lang.
9
jobs:
10
publish:
11
- runs-on: ubuntu-22.04
12
- steps:
13
- - name: Checkout App Repo
14
- uses: actions/checkout@v3
15
-
16
- - name: Setup Ruby
17
- uses: ruby/setup-ruby@v1
18
- with:
19
- ruby-version: '2.7.2'
20
21
- - name: Update version in Pubspec
22
- run: ruby update_version.rb
23
24
- - name: Install Flutter & Build App Bundle
25
- uses: subosito/flutter-action@v2
26
27
- channel: 'stable'
28
29
- - name: Install Flutter Packages
30
- run: flutter pub get
31
32
- - name: Publish to pub.dev
33
- run: flutter pub pub publish -f
+ uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
0 commit comments