Skip to content

Commit

Permalink
Added the basic release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 26, 2024
1 parent 0794a6a commit c143870
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/OAS-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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....."
File renamed without changes.

0 comments on commit c143870

Please sign in to comment.