Skip to content

Commit 8076b24

Browse files
authored
ci: get npm publsihing working (#24)
1 parent 4607233 commit 8076b24

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
pull_request:
5+
types: [opened, synchronize, reopened]
6+
workflow_dispatch:
57

68
jobs:
79
format:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
run: npm run build
4747

4848
- name: Publish to npm
49-
run: npm publish --provenance --access public
49+
run: npm publish

0 commit comments

Comments
 (0)