googleapis / googleapis/release-please
Update yaml file with major tag as vX
- Dominant language
- TypeScript
- Stars
- 7.5k
- Forks
- 588
- Avg merge
- 12h 16m
- Merged PRs (30d)
- 7
Description
Hi, i try to update a github workflows files that include a reference of a global tag
example:
- uses: my-action-ref@v2
We try the generic updater with this configuration:
{
"type": "generic",
"path": ".github/workflows/deploy.yaml",
}
with the ref in workflow looking like
- uses: my-action-ref@v2 # x-release-please-major
I try to this one
{
"type": "yaml",
"path": ".github/workflows/deploy.yaml",
"jsonpath": "jsonpath": "$..steps[?(@.uses && @.uses.match('.*my-key.*'))].uses"
}
with the ref in workflow looking like
- uses: my-action-ref@v2 # x-release-please-major
I dont have any errors, it just like it can't find the tag to update i certainly did something wrong but dunno what.
Thanks
Contributor guide
Assessment
This issue has not been assessed yet.