mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 21:31:03 +00:00
chore: setup CI (#1)
This commit is contained in:
parent
ab668ce310
commit
2db1c01a62
8 changed files with 181 additions and 0 deletions
18
.github/workflows/release-please.yaml
vendored
Normal file
18
.github/workflows/release-please.yaml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: release-please
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
# Do not run on forks.
|
||||
if: github.repository == 'apricote/hcloud-upload-image'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_PLEASE_GH_TOKEN }}
|
||||
config-file: .github/release-please-config.json
|
||||
manifest-file: .github/release-please-manifest.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue