diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
index b27abd9..c519d53 100644
--- a/.github/workflows/greetings.yml
+++ b/.github/workflows/greetings.yml
@@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
+ continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for collaborating with the project by giving us feedback!!"
diff --git a/README.md b/README.md
index bbe5cbb..b6d4388 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ After you have these installed, you need to add the Spring Cloud Contract Maven
net.coru
scc-multiapi-converter
- 2.7.1
+ 3.0.1
compile
diff --git a/pom.xml b/pom.xml
index 0d9b0e0..8d41382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
net.coru
scc-multiapi-converter
- 3.0.0
+ 3.0.1
SCC-MultiApi-Converter
Generates Spring Cloud Contracts based on an OpenApi and AsyncApi document
https://github.com/corunet/scc-multiapi-converter
diff --git a/src/main/java/net/coru/multiapi/converter/openapi/OpenApiContractConverter.java b/src/main/java/net/coru/multiapi/converter/openapi/OpenApiContractConverter.java
index 4466342..e3c227d 100644
--- a/src/main/java/net/coru/multiapi/converter/openapi/OpenApiContractConverter.java
+++ b/src/main/java/net/coru/multiapi/converter/openapi/OpenApiContractConverter.java
@@ -668,7 +668,7 @@ private Pair