Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn build:sandpack

- name: Archive bundler artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bundler
path: www/**/*.*
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
useLockFile: true

- name: Prepare | Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bundler
path: bundler
Expand All @@ -92,7 +92,7 @@ jobs:

- name: Prepare | Build
run: |
yarn workspace @codesandbox/sandpack-client build:publish
yarn workspace @codesandbox/sandpack-client build:publish
yarn workspace @codesandbox/sandpack-react build:publish
yarn workspace @codesandbox/sandpack-themes build:publish

Expand All @@ -108,5 +108,5 @@ jobs:

- name: "GitHub packages: Publish"
run: |
cd sandpack-client && npm publish --registry=https://npm.pkg.github.com &&
cd sandpack-client && npm publish --registry=https://npm.pkg.github.com &&
cd ../sandpack-react && npm publish --registry=https://npm.pkg.github.com