Skip to content

Commit

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

* updating npm publish action

* 0.1.2

* Update npmpublish.yml

* adding additional env vars to npm publish action

* more updates

* version bump
  • Loading branch information
trevorhreed authored Jan 23, 2020
1 parent 62612af commit be1e24b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ 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:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
GIT_COMMITTER_NAME: github-actions
EMAIL: [email protected]

# publish-gpr:
# needs: build
Expand Down
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.2",
"version": "0.1.8",
"description": "A module for generating universally-unique, public IDs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit be1e24b

Please sign in to comment.