Skip to content

Commit de24e5c

Browse files
committed
chore: update workflows config.
1 parent fd98462 commit de24e5c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.marster.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,19 @@ jobs:
8888
token: ${{ secrets.NPM_TOKEN }}
8989
package: ./package.json
9090

91+
github-package:
92+
runs-on: ubuntu-18.04
93+
needs: build-deploy
94+
steps:
95+
- uses: actions/checkout@v3
96+
- uses: actions/setup-node@v3
97+
with:
98+
node-version: 16
99+
registry-url: https://npm.pkg.github.com
100+
scope: '@uiwjs'
101+
102+
- run: npm install
103+
91104
- name: Modify @uiw/react-markdown-preview => @uiwjs/react-markdown-preview
92105
uses: jaywcjlove/github-action-package@main
93106
with:

0 commit comments

Comments
 (0)