File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @nylas/connect " : patch
3+ ---
4+
5+ fix: correct GitHub Actions release workflow commands
6+
7+ Fixed the changesets action to use proper script commands instead of tool version output, and added NODE_AUTH_TOKEN for NPM authentication.
Original file line number Diff line number Diff line change 7575 id : changesets
7676 uses : changesets/action@v1
7777 with :
78- # This expects a script called "version" and "publish"
79- version : pnpm version
80- publish : pnpm publish:dry-run
78+ version : pnpm run version
79+ publish : pnpm run publish
8180 title : " chore: version packages"
8281 commit : " chore: version packages"
8382 createGithubReleases : true
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
7878## 🆘 Support
7979
8080- ** 📚 Documentation** : [ developer.nylas.com] ( https://developer.nylas.com )
81- - ** 💬 Community** : [ GitHub Discussions ] ( https://github.com/ nylas/web/discussions )
81+ - ** 💬 Community** : [ Forums ] ( https://forums. nylas.com )
8282- ** 🐛 Issues** : [ GitHub Issues] ( https://github.com/nylas/web/issues )
8383- ** ✉️ Email** : support@nylas.com
8484
You can’t perform that action at this time.
0 commit comments