Skip to content

Commit

Permalink
Trying to fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Maier committed Apr 22, 2020
1 parent bb164b0 commit 9eb4ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@master
- uses: actions/setup-node@v1
name: Clean install dependencies and build
with:
node-version: 12
- name: Clean install dependencies and build
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- run: |
run: |
npm i
npm run build
npm config set '//registry.npmjs.org/:_authToken' "${NPM_AUTH_TOKEN}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nmaier95/console-chat-client",
"name": "console-chat-client",
"version": "0.0.1",
"description": "chat via console.chat inside of developer tools.",
"main": "dist/compiled/main.js",
Expand Down

0 comments on commit 9eb4ca2

Please sign in to comment.