Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
kgsvg committed Jun 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5c8d858 commit 8e28754
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yaml
Original file line number Diff line number Diff line change
@@ -151,7 +151,7 @@ jobs:
ci-build-id: ${{ needs.prepare.outputs.uuid }}

publish:
needs: [build, lint, test-unit, type-check, test-cypress]
needs: [build, lint, test-unit, type-check]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/prerelease') || startsWith(github.ref, 'refs/tags/release')
env:
2 changes: 1 addition & 1 deletion components/email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nylas/components-email",
"version": "1.1.7-canary.35",
"version": "1.1.7-canary.36",
"repository": {
"type": "git",
"url": "github:nylas/components.git",

0 comments on commit 8e28754

Please sign in to comment.