Skip to content

Commit 4730f61

Browse files
committed
testing workflow
1 parent 8fa868a commit 4730f61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npmPublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Publish npm Packages
33
on:
44
push:
55
branches:
6-
- main
6+
# **** Change this later
7+
- john/npm-publish
78

89
# These currently require that the package version has been manually updated
910
# We could potentially automate it by creating a separate script that fetches the current version on npm and compares it the the version in the package.json. If it matches, it auto-increments the number in package.json (ie from 2.1.11 to 2.1.12). And we run this script before the publish step.

0 commit comments

Comments
 (0)