Skip to content

Merge pull request #386 from sno2/patch-1 #18

Merge pull request #386 from sno2/patch-1

Merge pull request #386 from sno2/patch-1 #18

name: Release Drafter Html
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main
paths:
- 'html/**'
jobs:
draft_release_arangodb:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter-html.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}