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 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