-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Copying the GitHub template and changing it to run on pushed tags leads to a failing workflow:
on:
push:
tags:
- "**"This is because the checkout actions (or rather, git) checks out into detached HEAD state.
In these cases, a new branch must be created from the detached HEAD before copying it, otherwise you run into fatal: cannot copy the current branch while not on any.
We need to reflect this in the template and the docs website (docs.smp) as this is a very common case.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working