We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b63fd commit fdac4f3Copy full SHA for fdac4f3
1 file changed
.github/workflows/TagBot.yml
@@ -4,6 +4,8 @@ on:
4
types:
5
- "created"
6
workflow_dispatch: ~
7
+env:
8
+ REGISTRY_TAGBOT_ACTION: "JuliaRegistries/TagBot"
9
jobs:
10
TagBot:
11
if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
0 commit comments