Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #102 from tiki/release/1.0
Browse files Browse the repository at this point in the history
Release/1.0
  • Loading branch information
mike-audi authored Apr 1, 2023
2 parents 2b100b9 + 5020fb4 commit d31b1a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
</parent>

<properties>
Expand Down Expand Up @@ -88,12 +88,12 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring-boot-starter</artifactId>
<version>6.16.0</version>
<version>6.17.0</version>
</dependency>
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-logback</artifactId>
<version>6.16.0</version>
<version>6.17.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d31b1a4

Please sign in to comment.