Skip to content

Commit

Permalink
upd release workflow [WTEL-3902]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 12, 2023
1 parent 3217a95 commit 45087f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/components/wt-icon-btn/wt-icon-btn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 45087f6

Please sign in to comment.