diff --git a/.github/workflows/package-publish.yml b/.github/workflows/package-publish.yml index 0a79ed888..0f95a99ce 100644 --- a/.github/workflows/package-publish.yml +++ b/.github/workflows/package-publish.yml @@ -5,9 +5,6 @@ on: version: description: 'Target version' required: true - pull_request: # remove this once test is done - branches: - - feat/AC-1856 jobs: publish: diff --git a/.github/workflows/release-ticket-creation.yml b/.github/workflows/release-ticket-creation.yml index 6d3a88199..7fe935f78 100644 --- a/.github/workflows/release-ticket-creation.yml +++ b/.github/workflows/release-ticket-creation.yml @@ -5,9 +5,6 @@ on: branch_name: description: 'Type a branch name starting with `release/v`' required: true - pull_request: # remove this once test is done - branches: - - feat/AC-1856 jobs: trigger-release-ticket-creation: diff --git a/package.json b/package.json index 9d614bcf2..375983392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/chat-ai-widget", - "version": "1.3.9-rc-0", + "version": "1.3.8", "description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme", "main": "./dist/index.umd.js", "module": "./dist/index.es.js",