From 367af19b3e323d809445ccae93a91e7612edc347 Mon Sep 17 00:00:00 2001 From: thebongy Date: Sat, 2 May 2020 00:19:34 +0530 Subject: [PATCH 1/2] Update github repo link --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 85fd719..d0df9ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juno-node", - "version": "0.0.3", + "version": "0.1.0", "description": "", "keywords": [], "main": "dist/juno-node.cjs.js", @@ -12,7 +12,7 @@ "author": "thebongy ", "repository": { "type": "git", - "url": "" + "url": "https://github.com/bytesonus/juno-node" }, "license": "MIT", "engines": { From 23fc5316a63549312e7e7cb3cbdaf9189c9cb131 Mon Sep 17 00:00:00 2001 From: thebongy Date: Sat, 2 May 2020 00:43:12 +0530 Subject: [PATCH 2/2] fix: Don't fail build if just version check fails if not publishing release --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ceed98b..fac0c20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: uses: thebongy/version-check@v1 with: file: package.json + failBuild: false id: version_check - name: Install dependencies