Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions .changeset/fix-release-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nylas/connect": patch
---

fix: correct GitHub Actions release workflow commands

Fixed the changesets action to use proper script commands instead of tool version output, and added NODE_AUTH_TOKEN for NPM authentication.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
# This expects a script called "version" and "publish"
version: pnpm version
publish: pnpm publish:dry-run
version: pnpm run version
publish: pnpm run publish
title: "chore: version packages"
commit: "chore: version packages"
createGithubReleases: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
## 🆘 Support

- **📚 Documentation**: [developer.nylas.com](https://developer.nylas.com)
- **💬 Community**: [GitHub Discussions](https://github.com/nylas/web/discussions)
- **💬 Community**: [Forums](https://forums.nylas.com)
- **🐛 Issues**: [GitHub Issues](https://github.com/nylas/web/issues)
- **✉️ Email**: support@nylas.com

Expand Down