Skip to content

Commit

Permalink
👷 Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Aug 26, 2023
1 parent 62cdd59 commit 69f26c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 48 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/checker.yml

This file was deleted.

14 changes: 9 additions & 5 deletions .github/workflows/pub_dry_run.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: Pub Publish dry run

on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
publish:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
uses: k-paxian/dart-package-publisher@master
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/pub_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ name: Pub Publish plugin
on:
release:
types: [published]
workflow_dispatch:

jobs:
publish:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
uses: k-paxian/dart-package-publisher@master
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
skip_test: true
dry_run: false
19 changes: 0 additions & 19 deletions .github/workflows/pub_publish_manually.yml

This file was deleted.

0 comments on commit 69f26c0

Please sign in to comment.