Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoSMarques committed Jul 5, 2022
1 parent 1e39e60 commit 150538a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# branches:
# - "dev"
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v*'
workflow_dispatch:

jobs:
Expand All @@ -22,14 +22,14 @@ jobs:
cache: true

- name: Publish flutter package
#uses: k-paxian/[email protected]
uses: RodrigoSMarques/dart-package-publisher@master
uses: k-paxian/[email protected]
# uses: RodrigoSMarques/dart-package-publisher@master
with:
accessToken: ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_ACCESS_TOKEN }}
refreshToken: ${{ secrets.PUBDEV_GOOGLE_ACCOUNT_REFRESH_TOKEN }}
flutter: true
format: true
skipTests: true
dryRunOnly: true
docs: true
# docs: true

5 changes: 2 additions & 3 deletions .github/workflows/send-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - "master"
# - "dev"
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v*'
workflow_dispatch:

jobs:
Expand All @@ -18,6 +18,5 @@ jobs:
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.TOKEN_BRANCH_UPSTREAM}}
# repository: BranchMetrics/flutter_branch_sdk
repository: r-s-marques/flutter_branch_sdk
repository: BranchMetrics/flutter_branch_sdk
event-type: new-release

0 comments on commit 150538a

Please sign in to comment.