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

Abandon attempts to auto-tag and release #1736

Merged
merged 5 commits into from
Jan 5, 2023
Merged

Commits on Dec 29, 2022

  1. Use custom artifact download for deployment

    GitHub's own download action does not work across workflows:
    actions/download-artifact#3
    thetic committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    97f5494 View commit details
    Browse the repository at this point in the history
  2. Create tag

    thetic committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    81436c5 View commit details
    Browse the repository at this point in the history
  3. Create release

    thetic committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    fc8c5a2 View commit details
    Browse the repository at this point in the history
  4. Limit releases to main repo

    thetic committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d4a1009 View commit details
    Browse the repository at this point in the history
  5. Abandon attempts to auto-tag and release

    None of the available GitHub actions allow us to "move" an existing
    `latest-passing-build` tag. GitHub expects tags to go unmutated.
    
    I think this is fine. We shouldn't be merging anything that doesn't
    build; master effectively serves the same purpose.
    thetic committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    808765d View commit details
    Browse the repository at this point in the history