Skip to content

Commit

Permalink
chore: change readme, remove some gh actions stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Jan 20, 2025
1 parent dc20cd4 commit d0c62f0
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 401 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/config.yml

This file was deleted.

42 changes: 21 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit d0c62f0

Please sign in to comment.