Skip to content

Merge pull request #154 from stealthrocket/dispatch-without-fastapi #17

Merge pull request #154 from stealthrocket/dispatch-without-fastapi

Merge pull request #154 from stealthrocket/dispatch-without-fastapi #17

Workflow file for this run

name: Releases
on:
push:
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: "true"