Skip to content

Merge pull request #15 from ButterCMS/feat/implement-continous-deploy… #3

Merge pull request #15 from ButterCMS/feat/implement-continous-deploy…

Merge pull request #15 from ButterCMS/feat/implement-continous-deploy… #3

# This workflow opens and updates a pull request with a new package version
# based on code changes.
# The pull request updates the version in pom.xml, updates the changelog
# and creates release tags.
# For more information, see https://github.com/marketplace/actions/release-please-action
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
packages: write
deployments: read
name: release-please
jobs:
test:
uses: ./.github/workflows/test.yml
release-please:
runs-on: ubuntu-22.04
steps:
- uses: google-github-actions/[email protected]