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

ci: using matrix strategy for repeated language jobs (#109) #66

ci: using matrix strategy for repeated language jobs (#109)

ci: using matrix strategy for repeated language jobs (#109) #66

name: Continuous Delivery (CD)
on:
push:
branches:
- main
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}