diff --git a/.github/workflows/release-bpmn_visualization.yml b/.github/workflows/release-bpmn_visualization.yml index ce77917..3083fbb 100644 --- a/.github/workflows/release-bpmn_visualization.yml +++ b/.github/workflows/release-bpmn_visualization.yml @@ -37,7 +37,8 @@ jobs: - name: Checkout master run: git checkout master && git pull --tags - name: Bump Version - run: npm version ${{ github.event.inputs.type }} --message "chore(release) %s" + run: | + npm version ${{ github.event.inputs.type }} --message "chore(release): %s" - name: Push Version run: git push && git push --tags diff --git a/package-lock.json b/package-lock.json index f59f9e2..3ad6461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-actions-playground", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-actions-playground", - "version": "2.2.0", + "version": "3.0.0", "license": "Apache-2.0", "devDependencies": { "typedoc": "~0.23.26", diff --git a/package.json b/package.json index 4bce713..253d1ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions-playground", - "version": "2.2.0", + "version": "3.0.0", "description": "Repository for GH Actions tests", "main": "index.js", "scripts": {