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

Fix concurrency issues in release #135

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 28, 2023

  1. Fix concurrency issues in release

    Detail
    ======
     - Tag was calculated in `Compute tag name` step and `Create release`
       step use that tag, so the second action may fail if new commit
       created before previous commit's action is not finished.
       - ref: https://github.com/progit/progit2-ko/actions/runs/3924407747/jobs/6708646550
    limejuny committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    c0843b2 View commit details
    Browse the repository at this point in the history