diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 66a0b90..3c222cc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -19,7 +19,7 @@ concurrency:
jobs:
test_and_push:
runs-on: ubuntu-latest
- needs: bump_and_tag
+ if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
environment: Production
services:
postgres:
@@ -155,7 +155,7 @@ jobs:
uses: actions/checkout@v3
- name: OpenApi
- uses: readmeio/rdme@8.5.0
+ uses: readmeio/rdme@8.6.0
with:
rdme: openapi openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6379efc05c98fc002512b213
diff --git a/pom.xml b/pom.xml
index bbf815c..381ad36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.4
+ 3.0.5
@@ -88,12 +88,12 @@
io.sentry
sentry-spring-boot-starter
- 6.16.0
+ 6.17.0
io.sentry
sentry-logback
- 6.16.0
+ 6.17.0