Skip to content

chore(main): release 2.8.0 (#418) #187

chore(main): release 2.8.0 (#418)

chore(main): release 2.8.0 (#418) #187

name: Release-please
on:
push:
branches:
- main
- release-1.x
jobs:
release-please:
# Do not run on forks.
if: github.repository == 'hetznercloud/hcloud-go'
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
target-branch: ${{ github.ref_name }}