Skip to content

Commit 8e28754

Browse files
committed
publish
1 parent 5c8d858 commit 8e28754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
ci-build-id: ${{ needs.prepare.outputs.uuid }}
152152

153153
publish:
154-
needs: [build, lint, test-unit, type-check, test-cypress]
154+
needs: [build, lint, test-unit, type-check]
155155
runs-on: ubuntu-latest
156156
if: startsWith(github.ref, 'refs/tags/prerelease') || startsWith(github.ref, 'refs/tags/release')
157157
env:

components/email/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nylas/components-email",
3-
"version": "1.1.7-canary.35",
3+
"version": "1.1.7-canary.36",
44
"repository": {
55
"type": "git",
66
"url": "github:nylas/components.git",

0 commit comments

Comments
 (0)