Skip to content

Commit 429e6b9

Browse files
radenkovicAaronDDM
andauthored
Attempt to fix release workflow (#5)
Co-authored-by: Aaron de Mello <[email protected]>
1 parent 255906c commit 429e6b9

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.changeset/fix-release-workflow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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**: [email protected]
8484

0 commit comments

Comments
 (0)