diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 255cf8c..8725c0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: create-tag: name: Create Version Tag needs: build - if: github.ref == 'refs/heads/master' && github.event_name == 'push' + if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest permissions: contents: write diff --git a/package-lock.json b/package-lock.json index 145ed8d..05f6ba6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@semanticversion/cli", - "version": "0.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@semanticversion/cli", - "version": "0.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@actions/core": "^2.0.2", diff --git a/package.json b/package.json index 0a631f0..2fca7d8 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { "name": "@semanticversion/cli", - "version": "0.0.0", "description": "Automated semantic versioning based on git history - CLI tool and GitHub Action", "main": "lib/main.js", "bin": { - "git-sv": "lib/cli.js", - "git-semantic-version": "lib/cli.js" + "sv": "lib/cli.js", + "semver": "lib/cli.js" }, "files": [ "lib/**/*.js",