From 1da2b2fac8fb6d9ccb7f841707e001c3b75d963e Mon Sep 17 00:00:00 2001 From: Dan Radenkovic Date: Thu, 18 Sep 2025 16:37:55 +0200 Subject: [PATCH 1/2] add changeset --- .changeset/fix-release-workflow.md | 7 +++++++ .github/workflows/release.yml | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .changeset/fix-release-workflow.md diff --git a/.changeset/fix-release-workflow.md b/.changeset/fix-release-workflow.md new file mode 100644 index 0000000..ce85df5 --- /dev/null +++ b/.changeset/fix-release-workflow.md @@ -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. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbb6188..4ece928 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 From d2b1c651f3f58729cb2264ef19f79060c6ba6a88 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Thu, 18 Sep 2025 10:39:56 -0400 Subject: [PATCH 2/2] Fixed community link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8380d..27d5b12 100644 --- a/README.md +++ b/README.md @@ -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