chore: update version for 1.6 release (#2123)

This commit is contained in:
Matti Nannt
2024-02-26 22:31:52 +01:00
committed by GitHub
parent 60b474a4f9
commit 47ec19b46d
73 changed files with 2974 additions and 3920 deletions

View File

@@ -30,8 +30,5 @@ jobs:
SECRET=$(openssl rand -hex 32)
echo "ENCRYPTION_KEY=$SECRET" >> $GITHUB_ENV
- name: Build formbricks-js dependencies
run: pnpm build --filter=js
- name: Test
run: pnpm test