Skip to content

Merge pull request #89 from ScrapeGraphAI/fix/health-response-types #222

Merge pull request #89 from ScrapeGraphAI/fix/health-response-types

Merge pull request #89 from ScrapeGraphAI/fix/health-response-types #222

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
semantic_version: 23
extra_plugins: |
@semantic-release/exec@6
@semantic-release/git@10
@semantic-release/commit-analyzer@12
@semantic-release/release-notes-generator@13
@semantic-release/github@10
conventional-changelog-conventionalcommits@7