From 6e7817e31457dbc6ea306acc15002c5849d6560c Mon Sep 17 00:00:00 2001 From: butlerx Date: Mon, 31 Jan 2022 09:51:47 +0000 Subject: [PATCH] Release 2.2.1 --- .github/workflows/publish.yml | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ede7b34..d01a03dc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,11 +36,10 @@ jobs: - uses: actions/setup-node@v2 with: registry-url: 'https://npm.pkg.github.com' - - name: Publish to Guthib PKG if version has been updated + - name: Publish to Github PKG if version has been updated uses: pascalgn/npm-publish-action@1.3.8 with: - tag_name: 'v%s' - tag_message: 'v%s' + create_tag: false commit_pattern: "^Release (\\S+)" publish_args: '--non-interactive' env: diff --git a/package.json b/package.json index a1c5d72f..5ed41c14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wetty", - "version": "2.2.0", + "version": "2.2.1", "description": "WeTTY = Web + TTY. Terminal access in browser over http/https", "homepage": "https://github.com/butlerx/wetty", "license": "MIT",