Skip to content

Commit

Permalink
fix(@lexical/devtools): Fixed publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleT committed Apr 26, 2024
1 parent 9df0da1 commit cba4653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/devtools-extension-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
cache: 'npm'

- uses: actions/cache@v3
id: cache
id: devtools-cache
with:
path: |
node_modules
packages/lexical-devtools/.wxt
~/.cache/ms-playwright
key: ${{ runner.os }}-${{ runner.arch }}v${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }}

Expand Down

0 comments on commit cba4653

Please sign in to comment.