0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 05:24:01 +00:00

fix(ci): fix release-please config after version bump (part2) (#767)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2023-12-05 12:58:18 -05:00 committed by GitHub
parent f2d76d7d69
commit 5a56845dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch: {}
permissions: permissions:
contents: write contents: write

View File

@ -0,0 +1,7 @@
{
"packages": {
".": {
"release-type": "go"
}
}
}

View File

@ -5,10 +5,5 @@
], ],
"include-v-in-tag": true, "include-v-in-tag": true,
"signoff": "GitHub Bot <48106979+bpg-bot@users.noreply.github.com>", "signoff": "GitHub Bot <48106979+bpg-bot@users.noreply.github.com>",
"skip-github-releases": false, "skip-github-releases": false
"packages": {
".": {
"release-type": "go"
}
}
} }