Skip to content

Commit 0c2a6c2

Browse files
committed
fix(ci): fix npm publish config
1 parent 7240154 commit 0c2a6c2

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
publish-npm:
24-
name: Github release and npm publish
24+
name: Npm publish
2525
runs-on: ubuntu-latest
2626

2727
steps:

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.0.0 (2023-08-24)

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"LICENSE",
2323
"dist/lib"
2424
],
25+
"publishConfig": {
26+
"access": "public"
27+
},
2528
"scripts": {
2629
"prepare": "husky install",
2730
"clear": "rimraf dist",

0 commit comments

Comments
 (0)