diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83e77424..a6501e4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,8 @@ jobs: tag_name: ${{ steps.package-version.outputs.current-version}} name: "Webitel UI Release ${{ steps.package-version.outputs.current-version}}" body: "This is a release of Webitel UI version ${{ steps.package-version.outputs.current-version}}, built on ${{ github.run_date }}" - files: docs-dist + fail_on_unmatched_files: true + files: docs-dist/* # - name: Upload build artifacts # id: upload_artifacts # uses: actions/upload-artifact@v3 diff --git a/package.json b/package.json index ab0d3c82..8ab876f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webitel/ui-sdk", - "version": "23.12.2", + "version": "23.12.3", "private": false, "scripts": { "build": "vue-cli-service build --target lib --name ui-sdk ./src/install.js", diff --git a/src/components/wt-icon-btn/wt-icon-btn.vue b/src/components/wt-icon-btn/wt-icon-btn.vue index 87758d6a..27591e62 100644 --- a/src/components/wt-icon-btn/wt-icon-btn.vue +++ b/src/components/wt-icon-btn/wt-icon-btn.vue @@ -33,6 +33,7 @@ const emit = defineEmits(['click']); .wt-icon-btn { position: relative; display: block; + width: fit-content; line-height: 0; &:hover .wt-icon--color-default :deep .wt-icon__icon {