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

feat: change continuation email body to use a translation key (#211) #119

feat: change continuation email body to use a translation key (#211)

feat: change continuation email body to use a translation key (#211) #119

Workflow file for this run

name: CD
on:
push:
branches:
- main
jobs:
release-please:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
outputs:
tag_name: ${{ steps.release.outputs.tag_name }}
release_created: ${{ steps.release.outputs.release_created }}
sha: ${{ steps.release.outputs.sha }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: php
package-name: olcs-backend