build: bump version
This commit is contained in:
21
.github/workflows/create-tag.yml
vendored
21
.github/workflows/create-tag.yml
vendored
@ -1,21 +0,0 @@
|
||||
name: Create Tag
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
create-tag:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: Klemensas/action-autotag@stable
|
||||
with:
|
||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
tag_prefix: 'v'
|
||||
- uses: Klemensas/action-autotag@stable
|
||||
with:
|
||||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||
package_root: '/packages/typebot-js'
|
||||
tag_prefix: 'js-lib-v'
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.5.1",
|
||||
"version": "2.6.0",
|
||||
"name": "typebot-os",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
Reference in New Issue
Block a user