diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ef13919..0926e00 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -85,7 +85,7 @@ jobs: elif [[ $GITHUB_REF == refs/tags/* ]]; then # Publishing from a tag VERSION=${GITHUB_REF#refs/tags/v} - npm publish --tag $VERSION + npm publish fi env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index 308b62f..26e1807 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bcopy/homie-lit", - "version": "0.5.7", + "version": "0.5.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bcopy/homie-lit", - "version": "0.5.7", + "version": "0.5.8", "license": "MIT", "dependencies": { "lit": "^2.6.1", diff --git a/package.json b/package.json index 835f60e..84f6621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bcopy/homie-lit", - "version": "0.5.7", + "version": "0.5.8", "description": "A TypeScript library integrating Homie devices with DOM element attributes for visualization", "repository": "github:bcopy/homie-lit", "main": "dist/homie-lit.js",