Conversation
| - name: Build SDK packages | ||
| run: yarn ci build_sdk | ||
|
|
||
| - name: Determine deploy environment |
There was a problem hiding this comment.
Could we define this script in the TS (JS) script and reuse it in different workflows?
Example: https://github.com/chainapsis/oko/blob/develop/internals/github/src/validate_git_tag.ts
eldenpark
left a comment
There was a problem hiding this comment.
Please let me know if you have different thoughts!
|
@lidarbtc I'll chime in |
|
Fixed it. |
However, since there will likely be occasional testing needs going forward, I'll set it up and give it a try. Thanks for the suggestion. |
|
@lidarbtc Yes, so essentially using "script" to set up not just a single, but multiple env variables would not work as we expect. I'll modfiy this action a little bit shortly! EDIT: You might be right. I'll test it out |
Pull Request
CONTRIBUTING.mdand followed the guidelines.Summary
Links (Issue References, etc, if there's any)