Skip to content

Commit

Permalink
Fixed issues with github publisher actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelhe committed Jun 19, 2020
1 parent 6f38359 commit bd7a552
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn --frozen-lockfile
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand All @@ -41,7 +41,7 @@ jobs:
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm --frozen-lockfile
- run: npm publish
- run: yarn --frozen-lockfile
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fractalsoftware/random-avatar-generator",
"version": "v1.0.1",
"version": "1.0.2",
"description": "A random avatar generator with low collision",
"main": "dist/random-avatar-generator.js",
"scripts": {
Expand All @@ -16,7 +16,10 @@
"low-collision",
"education",
"no-dependencies",
"lightweight"
"lightweight",
"graphic",
"vector",
"generator"
],
"repository": {
"type": "git",
Expand All @@ -36,5 +39,8 @@
"jest": "^26.0.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"directories": {
"example": "example"
}
}

0 comments on commit bd7a552

Please sign in to comment.