Skip to content

Merge pull request #21 from snakemake-workflows/use-cyrcular-bioconda… #7

Merge pull request #21 from snakemake-workflows/use-cyrcular-bioconda…

Merge pull request #21 from snakemake-workflows/use-cyrcular-bioconda… #7

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