Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHIP-0038: Add Git Ref to Release Workflow #199

Merged

Commits on Mar 21, 2024

  1. 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]>
    adambkaplan committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    26db7df View commit details
    Browse the repository at this point in the history