forked from SimformSolutionsPvtLtd/flutter_calendar_view
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (26 loc) · 817 Bytes
/
dart.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: CICD afridoctor_ui
run-name: "Release ${{ github.ref_name }}"
on:
push:
tags:
- "v*.*.*"
jobs:
Publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.x"
channel: "stable"
- run: flutter --version
- name: Install dependencies
run: flutter pub get
- name: Authenticate
run: echo ${{ secrets.CLOUDSMITH_API_KEY }} | dart pub token add ${{ vars.PACKAGE_REPOSITORY_URL }}
- name: Publishing package
run: echo y | dart pub publish