Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 11, 2022
1 parent 83ad803 commit e0d88c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:

- name: "Modify @uiw/react-codemirror => @uiwjs/react-codemirror"
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: core/package.json
data: |
Expand All @@ -209,6 +210,7 @@ jobs:

- name: Modify @uiw/codemirror-themes => @uiwjs/codemirror-themes
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/theme/package.json
data: |
Expand All @@ -222,6 +224,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-abcdef => @uiwjs/codemirror-theme-abcdef
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/abcdef/package.json
data: |
Expand All @@ -236,6 +239,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-androidstudio => @uiwjs/codemirror-theme-androidstudio
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/androidstudio/package.json
data: |
Expand All @@ -250,6 +254,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-okaidia => @uiwjs/codemirror-theme-okaidia
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/okaidia/package.json
data: |
Expand All @@ -263,6 +268,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-dracula => @uiwjs/codemirror-theme-dracula
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/dracula/package.json
data: |
Expand All @@ -277,6 +283,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-duotone => @uiwjs/codemirror-theme-duotone
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/duotone/package.json
data: |
Expand All @@ -290,6 +297,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-eclipse => @uiwjs/codemirror-theme-eclipse
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/eclipse/package.json
data: |
Expand All @@ -303,6 +311,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-github => @uiwjs/codemirror-theme-github
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/github/package.json
data: |
Expand All @@ -316,6 +325,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-darcula => @uiwjs/codemirror-theme-darcula
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/darcula/package.json
data: |
Expand All @@ -329,6 +339,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-bespin => @uiwjs/codemirror-theme-bespin
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/bespin/package.json
data: |
Expand All @@ -342,6 +353,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-sublime => @uiwjs/codemirror-theme-sublime
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/sublime/package.json
data: |
Expand All @@ -355,6 +367,7 @@ jobs:

- name: Modify @uiw/codemirror-theme-xcode => @uiwjs/codemirror-theme-xcode
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: themes/xcode/package.json
data: |
Expand All @@ -368,6 +381,7 @@ jobs:

- name: Modify @uiw/codemirror-extensions-events => @uiwjs/codemirror-extensions-events
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: extensions/events/package.json
data: |
Expand All @@ -381,6 +395,7 @@ jobs:

- name: Modify @uiw/codemirror-extensions-color => @uiwjs/codemirror-extensions-color
uses: jaywcjlove/github-action-package@main
if: success() || failure()
with:
path: extensions/color/package.json
data: |
Expand Down

0 comments on commit e0d88c7

Please sign in to comment.