From fe5d03ccc124f009b3e3159542f1295b25aa9e3e Mon Sep 17 00:00:00 2001 From: saikrishna321 Date: Mon, 24 Jun 2024 10:55:46 +0530 Subject: [PATCH] try label --- .github/workflows/npm-publish.yml | 2 -- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6b19b84..037ade3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,8 +20,6 @@ jobs: uses: haya14busa/action-cond@v1 with: cond: "${{ startsWith(github.ref, 'refs/tags/') }}" - if_true: ${{ github.ref }} - if_false: ${{ steps.bumpr.outputs.next_version }} - name: Release uses: justincy/github-action-npm-release@2.0.2 diff --git a/package-lock.json b/package-lock.json index 7a39083..fbbb3a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-release-github", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-release-github", - "version": "1.3.1", + "version": "1.3.2", "license": "ISC" } } diff --git a/package.json b/package.json index 09e35b7..d13a8c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-release-github", - "version": "1.3.1", + "version": "1.3.2", "description": "", "main": "index.js", "scripts": {