Skip to content

Commit 7cdaf67

Browse files
authored
Merge pull request #14 from tenex-engineering/develop
fix ci
2 parents 204f302 + a9fe07e commit 7cdaf67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish package to npmjs
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}
@@ -34,9 +35,9 @@ jobs:
3435

3536
- run: npm run ci
3637

37-
- run: npm pck delete scripts
38+
- run: npm pkg delete scripts
3839

39-
- run: npm pck delete packageManager
40+
- run: npm pkg delete packageManager
4041

4142
- run: npm publish --provenance --access public
4243
env:

0 commit comments

Comments
 (0)