Fixed Automatic Publishing Workflow
🛠️ Bug Fixes
GitHub Actions Workflow Fix
- Fixed version update logic in CI/CD pipeline
- Intelligent version checking prevents "Version not changed" errors
- Improved logging for better debugging of publish process
Technical Details
- Workflow now checks if package.json version already matches release tag
- Skips redundant
npm versioncommand when versions align - Better error handling and status reporting during publish
What's Included
- ✅ Working Automatic Publishing: Should successfully publish to npm
- ✅ All Previous Features: Device discovery, automation flags, global config
- ✅ Node.js 18+ Support: Dropped Node.js 16 for better compatibility
Install with: npm install -g roku-pkg-cli@1.1.3
Note: This release supersedes v1.1.1 and v1.1.2 which had CI/CD issues.