stackblitz-labs / pkg.pr.new

Continuous (Preview) Releases for your libraries!
https://pkg.pr.new
292 stars 4 forks source link

fix: conflict on run id #88

Closed Aslemammad closed 3 weeks ago

Aslemammad commented 3 weeks ago

The issue happens here https://github.com/QwikDev/qwik/pull/6389

when other workflows finish, the workflow key would be removed since they all share the same workflow key. And when it is removed, the publish step would crash since there is not workflow key for that step.

what I'm trying to do here is to make the workflow key unique to each step.

continuous-releases-staging[bot] commented 3 weeks ago

Templates

Commit: ed80bbe

playground-a

npm i https://b63184e4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/playground-a@ed80bbe

playground-b

npm i https://b63184e4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/playground-b@ed80bbe

Pull Request: #88

Open in Codeflow

playground-a

npm i https://b63184e4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/playground-a@88

playground-b

npm i https://b63184e4.stackblitz-cr.pages.dev/stackblitz-labs/pkg.pr.new/playground-b@88