Skip to content

fix(deps): update plugin org.springframework.boot to v3.3.4 #281

fix(deps): update plugin org.springframework.boot to v3.3.4

fix(deps): update plugin org.springframework.boot to v3.3.4 #281

Workflow file for this run

name: Create release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}
jobs:
release_please:
name: Run Release Please
runs-on: ubuntu-latest
permissions:
contents: write # Required for google-github-actions/release-please-action
pull-requests: write # Required for google-github-actions/release-please-action
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
id: release