You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two workflows, one for building and one for releasing built artifacts upon a tag release. They're both summoned from one push event, and the release job waits for the other job:
For some reason, downloading the artifact downloads one from a previous push to master instead of downloading from the job we just waited for. I suspect this is because the commit SHAs match. It would be nice if I could specify the tag, so this workflow only considers workflows for that tag.
P.S: Sorry if this issue doesn't make sense, I'm tired 🙃
The text was updated successfully, but these errors were encountered:
We have two workflows, one for building and one for releasing built artifacts upon a tag release. They're both summoned from one
push
event, and the release job waits for the other job:For some reason, downloading the artifact downloads one from a previous push to master instead of downloading from the job we just waited for. I suspect this is because the commit SHAs match. It would be nice if I could specify the tag, so this workflow only considers workflows for that tag.
P.S: Sorry if this issue doesn't make sense, I'm tired 🙃
The text was updated successfully, but these errors were encountered: