Skip to content

Revert "chore(deps): bump github.com/getkin/kin-openapi from 0.120.0 … #38

Revert "chore(deps): bump github.com/getkin/kin-openapi from 0.120.0 …

Revert "chore(deps): bump github.com/getkin/kin-openapi from 0.120.0 … #38

Workflow file for this run

name: Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-dev.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+"
permissions:
contents: read
jobs:
artifacts:
name: Artifacts
uses: ./.github/workflows/artifacts.yaml
with:
publish: true
permissions:
contents: read
packages: write
id-token: write
security-events: write