Skip to content

Merge pull request #31 from natintosh/nat/ios-fix #3

Merge pull request #31 from natintosh/nat/ios-fix

Merge pull request #31 from natintosh/nat/ios-fix #3

Workflow file for this run

name: Publish Libphonenumber Web to pub.dev
on:
push:
tags:
- 'libphonenumber_web-v[0-9]+.[0-9]+.[0-9]+*'
# Publish using the reusable workflow from dart-lang.
jobs:
publish:
permissions:
id-token: write # This is required for authentication using OIDC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Flutter SDK
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: flutter pub get
working-directory: libphonenumber_web/
- name: Setup dart
uses: dart-lang/setup-dart@v1
- name: Publish
run: dart pub publish -f
working-directory: libphonenumber_web/