-
-
Notifications
You must be signed in to change notification settings - Fork 5
Fix Release CI workflow failure #42
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
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 exist- Error:
cp: cannot stat 'lib/t_ruby/rbs_generator.rb': No such file or directory
2. RubyGems authentication failure
RUBYGEMS_API_KEYsecret was not configured (401 error)
Solution
- Remove
rbs_generator.rbfrom CORE_FILES inwasm/build.sh - Configure
RUBYGEMS_API_KEYin GitHub Secrets
Related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done