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 d4a56aa commit 155bcfdCopy full SHA for 155bcfd
.github/workflows/publish.yml
@@ -14,6 +14,10 @@ on:
14
- '@rtk-query/codegen-openapi'
15
- '@rtk-query/graphql-request-base-query'
16
- '@reduxjs/rtk-codemods'
17
+ - '@reduxjs/eslint-config'
18
+ - '@reduxjs/prettier-config'
19
+ - '@reduxjs/tsconfig'
20
+ - '@reduxjs/vitest-config'
21
jobs:
22
publish:
23
runs-on: ubuntu-latest
@@ -28,7 +32,7 @@ jobs:
28
32
registry-url: 'https://registry.npmjs.org'
29
33
cache: 'yarn'
30
34
- run: yarn install --frozen-lockfile
31
- - run: yarn workspace ${{ inputs.package }} test
35
+ - run: yarn workspaces foreach --include "${{ inputs.package }}" run test
36
- run: yarn workspace ${{ inputs.package }} exec npm publish --access public --provenance
37
env:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments