Skip to content

Commit

Permalink
Merge pull request #637 from XeroAPI/PETOSS-588-Release-action-OAS
Browse files Browse the repository at this point in the history
PETOSS-588 | Added OAS release placeholder file
  • Loading branch information
sangeet-joy-tw authored Sep 26, 2024
2 parents e217de6 + 92632b8 commit 75a2e19
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/OAS-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Create OAS release

on:
workflow_dispatch:

jobs:
OAS-release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write

steps:

- name: Checkout Repository
uses: actions/checkout@v4

- name: Release steps
run: echo "this is manually triggered release....."

0 comments on commit 75a2e19

Please sign in to comment.