Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: run publish-vortex.yml when release-plz releases (#855)
When release plz pushses a tag it uses the GITHUB_TOKEN secret which [explicitly does not trigger any workflows](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/triggering-a-workflow#triggering-a-workflow-from-a-workflow). Instead, we can call the publish-vortex workflow explicitly from the release-plz workflow whenever release-plz actually releases a crate.
- Loading branch information