1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 16:41:34 +02:00

fix(go): first commit sha was not being stored

This commit is contained in:
bcoe
2020-12-07 15:37:06 -08:00
parent cda2844130
commit b5556569e8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3089,9 +3089,9 @@
"dev": true
},
"release-please": {
"version": "8.0.2-candidte.1",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-8.0.2-candidte.1.tgz",
"integrity": "sha512-ebOEuZGnqucbgxX1vxse2vweS8lQTQ2GN4IbUo7QoSPas5D6iEDAFyRHF0sKbslzhraRLQV1nkrocZxGEjQxSw==",
"version": "8.0.2-candidate.2",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-8.0.2-candidate.2.tgz",
"integrity": "sha512-KiCffoLQJ+YXfMUJQ0lDtV8c4Fbw5sKjkh87+lbFsYRwsdvaAfijj9npIscIqh0qA3vYxN03xd7T1N8t+CQiJg==",
"requires": {
"@octokit/graphql": "^4.3.1",
"@octokit/request": "^5.3.4",