Skip to content

Commit f8d6cfb

Browse files
sfastsfast
authored andcommitted
minor workflow fix
1 parent 4a25eb3 commit f8d6cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
run: npm run build
4848

4949
- name: Publish to npm
50-
run: npm publish --provenance --access public
50+
run: npm publish --access public
5151

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfast/pattern-emitter-ts",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Pattern emitter Typescript implementation",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)