Skip to content

Commit

Permalink
import internally github script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkastel committed Mar 17, 2023
1 parent a947be2 commit 95f3e17
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
name: Publish to pub.dev

name: Publish lint_quido to pub.dev
#https://dart.dev/tools/pub/automated-publishing
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: |
flutter --version
flutter pub get
- name: Publish
run: dart pub publish --force
4 changes: 0 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ dependencies:

flutter:
sdk: flutter

dev_dependencies:
flutter_test:
sdk: flutter

0 comments on commit 95f3e17

Please sign in to comment.