Skip to content

fix: Verify if sending without tracking is possible in SESService #68

fix: Verify if sending without tracking is possible in SESService

fix: Verify if sending without tracking is possible in SESService #68

Workflow file for this run

name: Release Please
on:
push:
branches:
- next
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release Please
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: next