Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHIP-0038: Add Git Ref to Release Workflow
Update the release workflow to accept a git reference as a parameter. This will be used to check out the appropriate release branch when generating artifacts and release notes. The action was also updated with the following: - Use the (new?) inputs context, instead of relying on the inputs key existing in the `github.events` payload. - Update the checkout and setup-go actions to more recent versions. Signed-off-by: Adam Kaplan <[email protected]>
- Loading branch information