-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change readme, remove some gh actions stuff
- Loading branch information
1 parent
dc20cd4
commit d0c62f0
Showing
6 changed files
with
40 additions
and
401 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,28 +22,28 @@ jobs: | |
|
||
- name: Install Dependencies | ||
run: yarn install --frozen-lockfile | ||
|
||
- name: Create Release Pull Request or Publish to npm | ||
id: changesets | ||
uses: changesets/action@v1 | ||
with: | ||
publish: yarn run release | ||
env: | ||
NODE_OPTIONS: '--max-old-space-size=4096' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
# | ||
# - name: Create Release Pull Request or Publish to npm | ||
# id: changesets | ||
# uses: changesets/action@v1 | ||
# with: | ||
# publish: yarn run release | ||
# env: | ||
# NODE_OPTIONS: '--max-old-space-size=4096' | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
|
||
- name: Build Chrome Extension | ||
if: steps.changesets.outputs.published == 'true' | ||
run: NODE_OPTIONS='--max-old-space-size=4096' DISABLE_WORKER_INLINING=true yarn turbo run prepublish --filter=@rrweb/web-extension | ||
|
||
- name: Publish Chrome Extension | ||
uses: mnao305/[email protected] | ||
if: steps.changesets.outputs.published == 'true' | ||
with: | ||
extension-id: 'pdaldeopoccdhlkabbkcjmecmmoninhe' | ||
file-path: ./packages/web-extension/dist/chrome.zip | ||
client-id: ${{ secrets.CWS_CLIENT_ID }} | ||
client-secret: ${{ secrets.CWS_CLIENT_SECRET }} | ||
refresh-token: ${{ secrets.CWS_REFRESH_TOKEN }} | ||
publish: true | ||
# | ||
# - name: Publish Chrome Extension | ||
# uses: mnao305/[email protected] | ||
# if: steps.changesets.outputs.published == 'true' | ||
# with: | ||
# extension-id: 'pdaldeopoccdhlkabbkcjmecmmoninhe' | ||
# file-path: ./packages/web-extension/dist/chrome.zip | ||
# client-id: ${{ secrets.CWS_CLIENT_ID }} | ||
# client-secret: ${{ secrets.CWS_CLIENT_SECRET }} | ||
# refresh-token: ${{ secrets.CWS_REFRESH_TOKEN }} | ||
# publish: true |
Oops, something went wrong.