diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4bbe2b3..15a77ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: git config --global user.email "kovapatrik@gmail.com" - name: Get the version id: get_version - run: echo "version=$(npm pkg get version | tr -d '\"')"" >> $GITHUB_ENV + run: echo "version=$(npm pkg get version | tr -d '\"')" >> $GITHUB_ENV - name: Create tag run: | git tag -a v${{ steps.get_version.outputs.version }} -m "Release v${{ steps.get_version.outputs.version }}" diff --git a/package-lock.json b/package-lock.json index ccdcc4c..057a44e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-blueair-purifier", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-blueair-purifier", - "version": "1.0.5", + "version": "1.0.6", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 8293e99..6ecc614 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge BlueAir Platform", "name": "homebridge-blueair-purifier", - "version": "1.0.5", + "version": "1.0.6", "description": "Homebridge plugin for BlueAir purifiers", "license": "Apache-2.0", "repository": {