Skip to content

Commit d7abf99

Browse files
committed
ci: build settings
1 parent 2b8f565 commit d7abf99

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/auto-publish.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@master
17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '16.x'
20-
# cache: 'yarn'
19+
node-version: '18.x'
20+
registry-url: 'https://registry.npmjs.org'
21+
scope: '@wlocalhost'
22+
always-auth: true
2123

2224
- name: Install modules & build the Library
2325
run: |
@@ -37,7 +39,6 @@ jobs:
3739
extra_plugins: |
3840
@semantic-release/changelog@^5.0.1
3941
@semantic-release/git@^9.0.0
40-
@semantic-release/github@^7.2.3
4142
@semantic-release/npm@^7.1.3
4243
env:
4344
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
]
3333
}
3434
],
35-
"@semantic-release/github",
3635
[
3736
"@semantic-release/npm",
3837
{
39-
"pkgRoot": "./dist"
38+
"pkgRoot": "./dist",
39+
"npmPublish": true
4040
}
4141
]
4242
]

0 commit comments

Comments
 (0)