We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a90ce commit 24ceb90Copy full SHA for 24ceb90
.github/workflows/release.yml
@@ -36,12 +36,3 @@ jobs:
36
GITHUB_TOKEN: ${{ secrets.SANDBOX_GITHUB_TOKEN }}
37
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
38
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
39
-
40
- - name: Build and push Docker image
41
- if: steps.changesets.outputs.published == 'true'
42
- run: |
43
- cd packages/sandbox
44
- npm run docker:build
45
- npm run docker:publish
46
- env:
47
- CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments