We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a0217 commit 01b7b1cCopy full SHA for 01b7b1c
.github/workflows/tests.yml
@@ -60,7 +60,7 @@ jobs:
60
RELEASE_KEY: ${{ secrets.RELEASE_KEY }}
61
RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }}
62
APP_REPO_PATH: ${{ github.workspace }}/ee
63
- run: gulp build-app --local --nogit --head --skip-lint --skip-pro --version=${{ steps.build_json.outputs.BUILD_VERSION }}
+ run: gulp build-app --local --nogit --head --skip-lint --skip-pro --skip-redactorx --version=${{ steps.build_json.outputs.BUILD_VERSION }}
64
65
- name: Rename build directory
66
working-directory: ee/build-tools/builds
0 commit comments