# Where are the TagBot logs?

**URL:** https://discourse.julialang.org/t/where-are-the-tagbot-logs/57673
**Category:** Package Management
**Tags:** tagbot
**Created:** [March 21, 2021, 10:12pm UTC](https://discourse.julialang.org/t/where-are-the-tagbot-logs/57673 "2021-03-21T22:12:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![simsurace](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/simsurace/32/30216_2.png) [@simsurace](https://discourse.julialang.org/u/simsurace)
#### Post date: [March 21, 2021, 10:12pm UTC](https://discourse.julialang.org/t/where-are-the-tagbot-logs/57673/1 "2021-03-21T22:12:18Z")

</div>

I’m getting this message in my TagBot trigger issue:

> Triggering TagBot for merged registry pull request  
> This extra notification is being sent because I expected a tag to exist by now, but it doesn’t.  
> You may want to check your TagBot configuration to ensure that it’s running, and if it is, check the logs to make sure that there are no errors.

and my tag was not created. Where can I find the logs?

---

<div class="post-metadata">

### Author: ![dilumaluthge](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dilumaluthge/32/29283_2.png) [@dilumaluthge](https://discourse.julialang.org/u/dilumaluthge)
#### Post date: [March 21, 2021, 11:24pm UTC](https://discourse.julialang.org/t/where-are-the-tagbot-logs/57673/2 "2021-03-21T23:24:47Z")

</div>

First, make sure that your TagBot configuration (located at the `.github/workflows/TagBot.yml` file in your repo) matches the instructions in the [TagBot README](https://github.com/JuliaRegistries/TagBot).

If, after that, you still don’t have the tag, you can run TagBot manually by going to the Actions tab of your repo, selecting the TagBot.yml workflow, and clicking the green “Run Workflow” button to manually trigger a TagBot run.

To see the TagBot logs, go to the Actions tab of your repo, select the TagBot.yml workflow, and then click on a workflow run to see the logs.

---

<div class="post-metadata">

### Author: ![simsurace](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/simsurace/32/30216_2.png) [@simsurace](https://discourse.julialang.org/u/simsurace)
#### Post date: [March 22, 2021, 10:49am UTC](https://discourse.julialang.org/t/where-are-the-tagbot-logs/57673/3 "2021-03-22T10:49:16Z")

</div>

Thanks! Actually I hadn’t activated the actions for my repo…
