ci: 💚 Fix test publish CI

This commit is contained in:
Jesse Wierzbinski 2025-05-26 08:47:27 +02:00
parent 0551b8e12d
commit bf9840bd14
No known key found for this signature in database
2 changed files with 6 additions and 8 deletions

View file

@ -23,16 +23,13 @@ jobs:
- uses: oven-sh/setup-bun@v2
- name: Install
run: bun install
- name: Configure .npmrc
working-directory: packages/${{ matrix.package }}
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
run: bun install --frozen-lockfile
- name: Publish to NPM
working-directory: packages/${{ matrix.package }}
run: bun publish --dry-run
env:
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
run: bun publish --dry-run --access public
- name: Publish to JSR
working-directory: packages/${{ matrix.package }}

View file

@ -8,7 +8,8 @@
"config",
"plugin",
"worker",
"media"
"media",
"client"
],
"languageToolLinter.languageTool.ignoredWordsInWorkspace": ["versia"]
}