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

build: SAVE naming matches COPY (#105) #62

build: SAVE naming matches COPY (#105)

build: SAVE naming matches COPY (#105) #62

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