From f3dfdd03d79336ab83ba98822f95cabe5dcc287e Mon Sep 17 00:00:00 2001 From: Pavel Murygin Date: Wed, 15 Dec 2021 15:37:00 +0300 Subject: [PATCH] Disable automatic branch publishing --- .github/workflows/publish_branch.yml | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_branch.yml b/.github/workflows/publish_branch.yml index ab50bba32..981f2de44 100644 --- a/.github/workflows/publish_branch.yml +++ b/.github/workflows/publish_branch.yml @@ -1,9 +1,7 @@ name: "publish-branch" on: - push: - branches-ignore: - - master + workflow_dispatch jobs: npm-publish: diff --git a/package.json b/package.json index c8636dd26..2729bc2cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fluencelabs/fluence", - "version": "0.10.3", + "version": "0.0.0", "description": "TypeScript implementation of Fluence Peer", "main": "./dist/index.js", "typings": "./dist/index.d.ts",