Use "Theatre.js" for name consistency
Co-authored-by: Fülöp <fulopkovacs@users.noreply.github.com>
This commit is contained in:
parent
217f191981
commit
984a61347f
17 changed files with 31 additions and 31 deletions
4
.github/workflows/publish-prerelease.yml
vendored
4
.github/workflows/publish-prerelease.yml
vendored
|
@ -23,11 +23,11 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
- run: yarn install
|
||||
- name: Build the theatre packages
|
||||
- name: Build the Theatre.js packages
|
||||
run: yarn build
|
||||
- name: Update .yarnrc.yml with the auth config for the npmPublishRegistry
|
||||
run: cat .github/.yarnrc.publish.yml >> .yarnrc.yml
|
||||
- name: Publish the theatre packages
|
||||
- name: Publish the Theatre.js packages
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
# LATEST_COMMIT_HASH: ${{ github.event.pull_request.head.sha }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue