mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
ci: 💚 Fix test publish CI
This commit is contained in:
parent
0551b8e12d
commit
bf9840bd14
11
.github/workflows/test-publish.yml
vendored
11
.github/workflows/test-publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -8,7 +8,8 @@
|
|||
"config",
|
||||
"plugin",
|
||||
"worker",
|
||||
"media"
|
||||
"media",
|
||||
"client"
|
||||
],
|
||||
"languageToolLinter.languageTool.ignoredWordsInWorkspace": ["versia"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue