Skip to content

Fixed Automatic Publishing Workflow

Choose a tag to compare

@jack1590 jack1590 released this 02 Aug 01:29
· 7 commits to main since this release

🛠️ 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 version command 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.