Skip to content

chore: bump version (1.56.0) -> (1.57.0) (#1815) #241

chore: bump version (1.56.0) -> (1.57.0) (#1815)

chore: bump version (1.56.0) -> (1.57.0) (#1815) #241

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