Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Which problem is this PR solving? - Circle CI wouldn't run the new `publish_github` job. ## Short description of the changes - The "always match" filter needed to be added to the `setup` job else it wouldn't run for tagging events and thereby prevent `publish_github` from running. - Use the `go` executor instead of `github` so we can have the make command. - Arrange for `publish_github` after tests pass because we shouldn't release things that could be broken!
- Loading branch information