Skip to content

2.1.0

2.1.0 #165

Workflow file for this run

name: Deploy
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
jobs:
test:
uses: NucleoidAI/actions/.github/workflows/test.yml@main
secrets: inherit
deploy:
needs: test
uses: NucleoidAI/actions/.github/workflows/deploy.yml@main
secrets: inherit