Skip to content

Commit

Permalink
docs: upd ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 25, 2024
1 parent 5a29f03 commit 36129de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
reverseOrder: true
excludeTypes: build
token: ${{ github.token }}
fromTag: "v${{ steps.newtag.outputs.tag }}"
fromTag: ${{ steps.newtag.outputs.tag }}
toTag: ${{ steps.previoustag.outputs.tag }}

- name: commit changelog
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": "24.10.49-7",
"version": "24.10.49-8",
"private": false,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 36129de

Please sign in to comment.