adapte gitea script
This commit is contained in:
16
.gitea/workflows/auto_release.yaml
Normal file
16
.gitea/workflows/auto_release.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Trigger the workflow on milestone events
|
||||
on:
|
||||
milestone:
|
||||
types: [closed]
|
||||
name: Milestone Closure
|
||||
jobs:
|
||||
create-release-notes:
|
||||
runs-on: alpine:latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Create Release Notes
|
||||
uses: docker://decathlon/release-notes-generator-action:2.0.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
OUTPUT_FOLDER: temp_release_notes
|
||||
USE_MILESTONE_TITLE: "true"
|
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- name: Set up and Install Dependencies
|
||||
run: |
|
||||
apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl
|
||||
apk update && apk add --no-cache mariadb-connector-c-dev gcc musl-dev nodejs npm git docker libffi-dev libffi curl libxml2 libxslt
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user