Skip to content

update openapi specifications #46

update openapi specifications

update openapi specifications #46

Workflow file for this run

name: Main Pipeline
on:
workflow_dispatch:
push:
branches:
- master
env:
CI: true
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout codes
uses: actions/checkout@v3
- name: Create Release
uses: ./.github/actions/release
with:
GH_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_USERNAME: ${{ secrets.GH_USERNAME }}