mirror of
https://github.com/unpoller/unpoller.git
synced 2026-07-28 08:42:50 -04:00
Tags pushed with the default GITHUB_TOKEN don't trigger other workflows' push events, so release.yml never ran after tag.yml created a new tag. Add workflow_dispatch to release.yml and have tag.yml call `gh workflow run release.yml --ref <tag>` right after pushing the tag.