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

fix(release-please): fallback to tag (#89)

This commit is contained in:
Benjamin E. Coe
2020-10-14 18:14:14 -07:00
committed by GitHub
parent 7332b99748
commit c6f1cd680f
4 changed files with 19 additions and 20 deletions

View File

@@ -25,7 +25,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^6.4.2-candidate-0"
"release-please": "^6.4.2-candidate-2"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",