Skip to content

Commit e58b8d2

Browse files
committed
fix: Debug publish job
1 parent f957e73 commit e58b8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish NPM Package
22

33
on:
44
push:
5-
tags:
6-
- 'v*'
5+
# tags:
6+
# - 'v*'
77

88
jobs:
99
# build-and-test:

0 commit comments

Comments
 (0)