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

chore: switch to release-please action instead of bot

This commit is contained in:
Pavel Boldyrev 2022-10-17 00:39:16 -04:00
parent 6acc5d19fc
commit 6123636089
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455
2 changed files with 25 additions and 2 deletions

View File

@ -1,2 +0,0 @@
handleGHRelease: true
releaseType: go

25
.github/workflows/release-please.yml vendored Normal file
View File

@ -0,0 +1,25 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: crazy-max/ghaction-import-gpg@v5
id: import_gpg_key
with:
git_commit_gpgsign: true
git_user_signingkey: true
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.BOT_TOKEN }}
release-type: go
extra-files: |
Makefile
skip-github-release: false
include-v-in-tag: true