feat: add homelab-deploy workflow
Some checks failed
semantic-release / release (push) Failing after 30s
Some checks failed
semantic-release / release (push) Failing after 30s
This commit is contained in:
16
.gitea/workflows/release.yaml
Normal file
16
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: semantic-release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: https://gitea.ldpt.fr/actions/semantic-release/.github/workflows/semantic-release.yml@v2.3.0
|
||||
Reference in New Issue
Block a user