Skip to content

chore: add normalize response #8

chore: add normalize response

chore: add normalize response #8

Workflow file for this run

# .github/workflows/publish-release.yml
name: Publish release
on:
push:
tags:
- "*"
jobs:
publish:
name: Publish release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish release
uses: ghalactic/github-release-from-tag@v5
with:
prerelease: "false"
generateReleaseNotes: "true"