Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwdunn20 committed May 27, 2024
1 parent 8fa868a commit 4730f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npmPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Publish npm Packages
on:
push:
branches:
- main
# **** Change this later
- john/npm-publish

# These currently require that the package version has been manually updated
# 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.
Expand Down

0 comments on commit 4730f61

Please sign in to comment.