Skip to content

Commit

Permalink
fix #283 - Add font awesome token to npm publish action
Browse files Browse the repository at this point in the history
Closes #283
  • Loading branch information
github-actions committed Apr 6, 2021
1 parent 3b9968a commit 8ccefad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ jobs:
npm run build
npm publish
env:
FONT_AWESOME_AUTH_TOKEN: ${{ secrets.FONT_AWESOME_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{github.token}}
NPM_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": "@dassana-io/web-components",
"version": "0.10.10",
"version": "0.10.11",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down

0 comments on commit 8ccefad

Please sign in to comment.