Skip to content

Commit

Permalink
Merge pull request #8 from chukwumaijem/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
Chukwuma Ezumezu committed May 2, 2020
2 parents 7f8b287 + 363904a commit b422341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 10
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm build
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-gravatar",
"version": "1.1.0",
"version": "1.1.1",
"description": "A vanilla JS library to get a user's gravatar and if it doesn't exist provides one different from gravatar default",
"main": "dist/js-gravatar.js",
"scripts": {
Expand Down

0 comments on commit b422341

Please sign in to comment.