Fix worflow run behaviour #8
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
Currently worflow_run doesn't happen in the context of the caller workflow, which means that the branch is always the default one, and the tagging will get wrong on release branches.
Instead of using
github.ref_name
and getting thedev
branch for instanceone should use
github.event.workflow_run
to get the calling workflow branchwe should probably try to get rid of the
anothrNick/[email protected]
action all together to be honestThe text was updated successfully, but these errors were encountered: