Skip to content

Commit

Permalink
chore(release): temporarily disable auto-upgrades of workflow files
Browse files Browse the repository at this point in the history
... until we can fix https://github.com/paambaati/codeclimate-action/actions/runs/3295588369/jobs/5434287031 - this is weird because the PAT I have setup does indeed have workflow permissions.
  • Loading branch information
paambaati committed Oct 21, 2022
1 parent ce39445 commit eb851ec
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"replacements": [
{
"files": [
"README.md",
".github/workflows/ci.yml"
"README.md"
],
"from": "paambaati/codeclimate-action@v.*",
"to": "paambaati/codeclimate-action@v${nextRelease.version}",
Expand All @@ -21,12 +20,6 @@
"hasChanged": true,
"numMatches": 5,
"numReplacements": 5
},
{
"file": ".github/workflows/ci.yml",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
}
],
"countMatches": true
Expand All @@ -49,8 +42,7 @@
"package.json",
"package-lock.json",
"CHANGELOG.md",
"README.md",
".github/workflows/ci.yml"
"README.md"
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
Expand Down

0 comments on commit eb851ec

Please sign in to comment.