1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-10 22:11:15 +02:00

fix(release-please): fixed bug with "." releaser (#283)

This commit is contained in:
Benjamin E. Coe
2021-03-25 15:25:30 -07:00
committed by GitHub
parent 49c765f88f
commit fe5282250c
2 changed files with 22 additions and 22 deletions

View File

@@ -26,7 +26,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^11.4.0"
"release-please": "^11.4.1"
},
"devDependencies": {
"@vercel/ncc": "^0.27.0",