Problem
The v0.0.44 Release workflow failed due to two issues:
1. WASM build failure
wasm/build.sh tries to copy lib/t_ruby/rbs_generator.rb but the file doesn't exist
- Error:
cp: cannot stat 'lib/t_ruby/rbs_generator.rb': No such file or directory
2. RubyGems authentication failure
RUBYGEMS_API_KEY secret was not configured (401 error)
Solution
- Remove
rbs_generator.rb from CORE_FILES in wasm/build.sh
- Configure
RUBYGEMS_API_KEY in GitHub Secrets
Related
Problem
The v0.0.44 Release workflow failed due to two issues:
1. WASM build failure
wasm/build.shtries to copylib/t_ruby/rbs_generator.rbbut the file doesn't existcp: cannot stat 'lib/t_ruby/rbs_generator.rb': No such file or directory2. RubyGems authentication failure
RUBYGEMS_API_KEYsecret was not configured (401 error)Solution
rbs_generator.rbfrom CORE_FILES inwasm/build.shRUBYGEMS_API_KEYin GitHub SecretsRelated