Skip to content

Commit

Permalink
Release automation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
khola committed May 7, 2020
1 parent 97a14c6 commit fb7828e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
with:
node-version: "12.x"
- run: echo "registry=https://registry.npmjs.org/" > .npmrc
- run: echo >> .npmrc
- run: echo "@nordcloud:registry=https://npm.pkg.github.com/" >> .npmrc
- run: echo >> .npmrc
- run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
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": "@nordcloud/gnui",
"version": "0.1.5",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git://github.com/nordcloud/gnui.git",
Expand Down

0 comments on commit fb7828e

Please sign in to comment.