UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

8 lines (7 loc) 250 B
module.exports = ({ github, context }) => github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, repo: context.repo.repo, workflow_id: 'release-cycle.yml', ref: process.env.REF || process.env.GITHUB_REF_NAME, });