Skip to content

Commit 6d7952f

Browse files
committed
remove npm publish
1 parent bced915 commit 6d7952f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm install
2020
- run: npm install -g rollup
2121
- run: npm install -g terser
22-
- run: npm run build && npm publish
22+
- run: npm run build
2323
- name: Bump version and create release
2424
id: release
2525
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)