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": {