Skip to content

Commit

Permalink
feat: add wrap with observer assist
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Dec 13, 2023
1 parent 9ea6fa7 commit 3751fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
package: ["mobx_codegen", "mobx"]
package: ["mobx_codegen", "mobx", "mobx_lint"]
version: ["stable"]

steps:
Expand Down
29 changes: 1 addition & 28 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
package: [ "mobx", "mobx_codegen" ]
package: [ "mobx", "mobx_codegen", "mobx_lint" ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -60,30 +60,3 @@ jobs:
env:
TAG: ${{steps.publish.outputs.package}}-${{steps.publish.outputs.localVersion}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish_lint_packages:
runs-on: ubuntu-latest

strategy:
matrix:
package: [ "mobx_lint" ]

steps:
- uses: actions/checkout@v3

- name: Publish if new
id: publish
uses: k-paxian/dart-package-publisher@master
with:
relativePath: ${{ matrix.package }}
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
suppressBuildRunner: true
skipTests: true

- name: Tag commit
if: steps.publish.outputs.success
uses: hole19/git-tag-action@master
env:
TAG: ${{steps.publish.outputs.package}}-${{steps.publish.outputs.localVersion}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3751fcf

Please sign in to comment.