snakemake / snakemake-github-action

A Github action for running a Snakemake workflow
MIT License
51 stars 12 forks source link

Unable to find version `v1` #15

Closed mfansler closed 2 years ago

mfansler commented 2 years ago

Using the code

- name: Snakemake Linting
  uses: snakemake/snakemake-github-action@v1
  with:
    directory: '.'
    args: '--lint'

I get the error

Error: Unable to resolve action snakemake/snakemake-github-action@v1, unable to find version v1

Seems like GHA doesn't automatically recognize semantic versioning.

johanneskoester commented 2 years ago

Thanks, this is now fixed via using the release-please action, which can be utilized to automatically generate these tags for us.