mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-03 03:52:58 +00:00
chore: switch to release-please action instead of bot
This commit is contained in:
parent
6acc5d19fc
commit
6123636089
2
.github/release-please.yml
vendored
2
.github/release-please.yml
vendored
@ -1,2 +0,0 @@
|
|||||||
handleGHRelease: true
|
|
||||||
releaseType: go
|
|
25
.github/workflows/release-please.yml
vendored
Normal file
25
.github/workflows/release-please.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user