Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

fix(deps): update dependency org.springframework.boot:spring-boot-sta… #91

fix(deps): update dependency org.springframework.boot:spring-boot-sta…

fix(deps): update dependency org.springframework.boot:spring-boot-sta… #91

Workflow file for this run

---
name: Create a release
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Release
# yamllint disable-line rule:comments
uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
with:
# to create protected tags
token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
release-type: python
signoff: "Matthias Kay <[email protected]>"