Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/release-please/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"tag-separator": "@",
"include-component-in-tag": true,
"include-v-in-tag": false,
"release-as": "10.0.0-rc.1",
"plugins": [
{
"type": "node-workspace",
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/npm-dist-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ jobs:
steps:
- uses: actions/checkout@v5

# setup-node reads `packageManager` from package.json and would try to
# cache a pnpm store this job never creates. It only runs npm, so opt out.
- uses: actions/setup-node@v5
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
package-manager-cache: false

# Mirrors the publish filter in cd.yml (./packages/**): top-level packages
# plus the adapters/ and extensions/ buckets. Private workspace packages
Expand Down
Loading