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

.github: Ensure new meta-version release job uses latest branch reference #1276

Merged
merged 1 commit into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. .github: Ensure new meta-version release job uses latest branch refer…

    …ence
    
    The new meta-version job in the release process was not using the latest branch reference for checkout (similar to release-tag). This fixes the release workflow and resets the meta version to re-run release.
    
    Previously:
    
    ```
    To https://github.com/hashicorp/terraform-plugin-sdk.git
     ! [rejected]          main -> main (non-fast-forward)
    error: failed to push some refs to 'https://github.com/hashicorp/terraform-plugin-sdk.git'
    hint: Updates were rejected because the tip of your current branch is behind
    hint: its remote counterpart. If you want to integrate the remote changes,
    hint: use 'git pull' before pushing again.
    ```
    bflad committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    051917b View commit details
    Browse the repository at this point in the history