Skip to content

Release

Release #4

Workflow file for this run

name: Release
on:
release:
types: [published]
branches:
- "main"
jobs:
ci:
name: release
uses: molssi-seamm/devops/.github/workflows/Release.yaml@main
with:
src : torchani_step
secrets: inherit
docker:
name: docker
needs: release

Check failure on line 19 in .github/workflows/Release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/Release.yaml (Line: 19, Col: 12): Job 'docker' depends on unknown job 'release'.
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
with:
image : molssi-seamm/seamm-torchani
description: TorchANI packaged for use with SEAMM or standalone
# Can limit platforms, e.g., linux/amd64, linux/arm64
# platforms: linux/amd64
secrets: inherit