Skip to content

refactor: converting to unset rather than remove (#21) #20

refactor: converting to unset rather than remove (#21)

refactor: converting to unset rather than remove (#21) #20

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 }}