Skip to content

Add quick map plot for debugging (#69) #14

Add quick map plot for debugging (#69)

Add quick map plot for debugging (#69) #14

name: Run Release Please
on:
push:
branches:
- develop
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
# optional. customize path to .release-please-config.json
config-file: .release-please-config.json
# Currently releases are done "from main" to have a stable branch
# target-branch: main