The git tag is missing from VCS info in workflow-completed . This breaks our use case for running tasks on tag/release workflows. This is part of the payload we currently get for workflow-completed events for tag, notice the missing tag key. "vcs": { "provider_name": "github", "origin_repository_url": "https://github.com/...", "target_repository_url": "https://github.com/...", "revision": "...", "commit": { "subject": null, "body": null, "author": { "name": null, "email": null }, "authored_at": null, "committer": { "name": null, "email": null }, "committed_at": null }, "branch": null }