Skip to content

Added the basic release workflow #1

Added the basic release workflow

Added the basic release workflow #1

Workflow file for this run

name: Create release for Open API
on:
workflow_dispatch:
jobs:
OAS-release:
runs-on: ubuntu-latest
steps:
- name: Checkout current repo
uses: actions/checkout@v4
- name: Release steps
uses: echo "this is manually triggered release....."