Skip to content

Commit

Permalink
Update GH publish to do the same build & publish that Circle does (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-mpshenishny authored Oct 27, 2023
1 parent 077693f commit 3c40146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: "18.x"
registry-url: "https://npm.pkg.github.com"
- run: npm ci
- run: npm publish
- run: npm run build
- run: npm run publish-package none
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bankrate/parse-address",
"version": "2.4.0",
"version": "2.4.1",
"description": "US Street Address Parser",
"main": "dist/parser.js",
"scripts": {
Expand Down

0 comments on commit 3c40146

Please sign in to comment.