From ee02d2d5673459c57ab5ac99ce73d383fb7db26c Mon Sep 17 00:00:00 2001 From: Mike Audi Date: Tue, 13 Dec 2022 16:23:38 -0600 Subject: [PATCH] mark the release in GH --- .github/workflows/ci_cd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 75688de..3343d4b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -187,4 +187,7 @@ jobs: - name: OpenApi uses: readmeio/rdme@8.3.0 with: - rdme: openapi docs/openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6379efc05c98fc002512b213 \ No newline at end of file + rdme: openapi docs/openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6379efc05c98fc002512b213 + + - name: Release + uses: softprops/action-gh-release@v1 \ No newline at end of file