Skip to content

Commit

Permalink
Merge pull request #4 from I-TECH-UW/publish-to-npm
Browse files Browse the repository at this point in the history
updated publishing to nmp repo
  • Loading branch information
pmanko authored Aug 14, 2023
2 parents 5b820e0 + c477a4a commit 4f370f8
Show file tree
Hide file tree
Showing 3 changed files with 1,691 additions and 1,964 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14.x'
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org/ .'
# Defaults to the user or organization that owns the workflow file
- run: yarn
- run: yarn build
- run: yarn test
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i-tech-uw/mllp-server",
"version": "3.2.0",
"version": "3.3.0",
"description": "MLLP (HL7) implementation in Node.js",
"main": "lib/mllp.js",
"types": "lib/mllp.d.ts",
Expand Down
Loading

0 comments on commit 4f370f8

Please sign in to comment.