1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 17:31:35 +02:00

fix(release-please): fixed branch detection logic for ruby (#139)

This commit is contained in:
Benjamin E. Coe
2020-12-07 15:35:35 -05:00
committed by GitHub
parent 36c65ee4e9
commit cd052f41cb
2 changed files with 15 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^8.0.0"
"release-please": "^8.0.1"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",