Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use `jq -r .release.tag_name` in order to strip the extra quotes you get from `jq` otherwise. Before a version could look like this: "1.2.3" With this change it becomes: 1.2.3 This also affetcts branch names so instead of changelog-"1.2.3" we get changelog-1.2.3. This is good because fetching branches containing quotes can cause issues on Windows systems.
- Loading branch information