We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ed3be commit c624d17Copy full SHA for c624d17
.github/workflows/publish.yaml
@@ -9,6 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
+ - name: Checkout submodules
13
+ uses: srt32/[email protected]
14
+ with:
15
+ args: git submodule update --init --recursive
16
- uses: pnpm/action-setup@v2
17
with:
18
version: 7
@@ -17,8 +21,9 @@ jobs:
21
22
node-version: 18.x
19
23
cache: 'pnpm'
20
- - run: pnpm install --frozen-lockfile && pnpm build
24
+ - run: pnpm install --frozen-lockfile
25
- run: |
26
echo "//registry.npmjs.org/:_authToken="${{secrets.NPM_TOKEN}}"" > ~/.npmrc
27
shell: sh
28
+ - run: pnpm build
29
- run: pnpm -r --filter='./packages/*' publish --access public
0 commit comments