We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a14c6 commit fb7828eCopy full SHA for fb7828e
.github/workflows/ release.yaml
@@ -11,9 +11,7 @@ jobs:
11
with:
12
node-version: "12.x"
13
- run: echo "registry=https://registry.npmjs.org/" > .npmrc
14
- - run: echo >> .npmrc
15
- run: echo "@nordcloud:registry=https://npm.pkg.github.com/" >> .npmrc
16
17
- run: echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_KEY }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nordcloud/gnui",
3
- "version": "0.1.5",
+ "version": "0.2.0",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"repository": "git://github.com/nordcloud/gnui.git",
0 commit comments