Skip to content

Commit

Permalink
NPM publish fix (#5)
Browse files Browse the repository at this point in the history
* NPM publish fix

* Version bump

* Version bump

* NPM publish fix

* NPM publish fix

* NPM publish fix
  • Loading branch information
pmanko authored Aug 14, 2023
1 parent 4f370f8 commit 41a7c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v3
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org/ .'
# Defaults to the user or organization that owns the workflow file
registry-url: 'https://registry.npmjs.org/'
- run: yarn
- run: yarn build
- run: yarn test
- run: yarn publish
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i-tech-uw/mllp-server",
"version": "3.3.0",
"version": "3.3.1-alpha.0",
"description": "MLLP (HL7) implementation in Node.js",
"main": "lib/mllp.js",
"types": "lib/mllp.d.ts",
Expand Down Expand Up @@ -48,8 +48,5 @@
"dependencies": {
"hl7": "1.x.x",
"tiny-typed-emitter": "^2.1.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}

0 comments on commit 41a7c06

Please sign in to comment.