Skip to content

Merge pull request #22 from snakemake-workflows/release-please--branc… #8

Merge pull request #22 from snakemake-workflows/release-please--branc…

Merge pull request #22 from snakemake-workflows/release-please--branc… #8

name: "release-please, see: https://github.com/marketplace/actions/release-please-action"
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
token: ${{ secrets.GITHUB_TOKEN }}