Skip to content

Commit 8047c81

Browse files
committed
chore: add publish actions
1 parent c53b886 commit 8047c81

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish beta npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish Beta NPM Packages
2-
on: push
2+
on:
33
workflow_dispatch:
44
inputs:
55
packagePath:

.github/workflows/publish npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish NPM Packages
2-
on: push
2+
on:
33
workflow_dispatch:
44
inputs:
55
packagePath:

0 commit comments

Comments
 (0)