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