Skip to content

Commit

Permalink
Updating npm scripts (#16)
Browse files Browse the repository at this point in the history
* Update package.json

* updating npm publish action

* 0.1.2

* Update npmpublish.yml
  • Loading branch information
trevorhreed authored Jan 23, 2020
1 parent d52be8f commit eec8037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: echo ${GITHUB_REF/refs\/tags\//}
- run: npm version ${GITHUB_REF/refs\/tags\//}
- run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yesiree/pid",
"version": "0.1.1",
"version": "0.1.2",
"description": "A module for generating universally-unique, public IDs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit eec8037

Please sign in to comment.