Skip to content

chore: bump ZUI version (1.10.7) - (1.10.8) (#1772) #228

chore: bump ZUI version (1.10.7) - (1.10.8) (#1772)

chore: bump ZUI version (1.10.7) - (1.10.8) (#1772) #228

Workflow file for this run

name: Create Tag
on:
push:
branches:
- main
- 'hotfix/**'
paths:
- package.json
jobs:
create-tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ssh-key: '${{ secrets.COMMIT_KEY }}'
- run: ./.github/create-tag