Skip to content

bump version (1.82.0 -> 1.83.0) (#1942) #275

bump version (1.82.0 -> 1.83.0) (#1942)

bump version (1.82.0 -> 1.83.0) (#1942) #275

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