Skip to content

Commit

Permalink
generating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 25, 2024
1 parent a1d2111 commit 871da0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,14 @@ jobs:
name: "@webitel/ui-sdk v${{ steps.package-version.outputs.current-version}}"
body: ${{ steps.changelog.outputs.changes }}

- name: Sleep for 30 seconds
run: sleep 30s
- name: Sleep for 10 seconds
run: sleep 10s
shell: bash

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get new tag
id: newtag
uses: "WyriHaximus/github-action-get-previous-tag@v1"
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-9",
"version": "24.10.49-10",
"private": false,
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 871da0d

Please sign in to comment.