Skip to content

Merge pull request #272 from gofiber/sync-docs #9

Merge pull request #272 from gofiber/sync-docs

Merge pull request #272 from gofiber/sync-docs #9

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@v5
with:
config-name: release-drafter-html.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}