Skip to content

Commit fb7828e

Browse files
author
Jakub Holak
committed
Release automation scripts
1 parent 97a14c6 commit fb7828e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
with:
1212
node-version: "12.x"
1313
- run: echo "registry=https://registry.npmjs.org/" > .npmrc
14-
- run: echo >> .npmrc
1514
- run: echo "@nordcloud:registry=https://npm.pkg.github.com/" >> .npmrc
16-
- run: echo >> .npmrc
1715
- run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
1816
env:
1917
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nordcloud/gnui",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"repository": "git://github.com/nordcloud/gnui.git",

0 commit comments

Comments
 (0)