From ea877aeb990e0dd41308b1921c40bfdc74dddc0b Mon Sep 17 00:00:00 2001 From: spidermanja Date: Wed, 5 Jan 2022 12:08:34 +0200 Subject: [PATCH] Fix for gh & npm automation V1.0.19-rc5 --- .github/workflows/release_upload.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_upload.yaml b/.github/workflows/release_upload.yaml index 3580f31..230cbf0 100644 --- a/.github/workflows/release_upload.yaml +++ b/.github/workflows/release_upload.yaml @@ -55,6 +55,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v1.0.19-rc4 - release_name: v1.0.19-rc4 + tag_name: v1.0.19-rc5 + release_name: v1.0.19-rc5 \ No newline at end of file diff --git a/package.json b/package.json index a7a6116..700cb85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teragrep/rlp_02", - "version": "v1.0.19-rc4", + "version": "v1.0.19-rc5", "description": "Client Library that implements the RELP protocol", "homepage": "http://teragrep.github.io/rlp_02/", "repository": {