Skip to content

Commit 6fa0fc2

Browse files
committed
Try actual npm publish
1 parent bbb8366 commit 6fa0fc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- ts/**
9+
- .github/workflows/**
710

811
jobs:
912
publish:
@@ -17,4 +20,3 @@ jobs:
1720
with:
1821
token: ${{ secrets.NPM_TOKEN }}
1922
package: ts/ielib
20-
dry-run: true

0 commit comments

Comments
 (0)