Skip to content

SK-2954: Add ISkyflow/IVaultController/IVaultClient interfaces, type … #78

SK-2954: Add ISkyflow/IVaultController/IVaultClient interfaces, type …

SK-2954: Add ISkyflow/IVaultController/IVaultClient interfaces, type … #78

Workflow file for this run

name: Public Release

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

(Line: 21, Col: 9): Unrecognized named-value: 'matrix'. Located at position 2 within expression: (matrix.variant == 'v3' && startsWith(github.ref_name, 'flowvault-')) || (matrix.variant == 'v2' && !startsWith(github.ref_name, 'flowvault-'))
on:
push:
tags: "*.*.*"
paths-ignore:
- "*/setup.py"
- "*.yml"
- "*.md"
- "*/skyflow/utils/_version.py"
jobs:
build-and-deploy:
strategy:
matrix:
include:
- variant: v2
tag-prefix: ''
- variant: v3
tag-prefix: 'flowvault-'
if: (matrix.variant == 'v3' && startsWith(github.ref_name, 'flowvault-')) || (matrix.variant == 'v2' && !startsWith(github.ref_name, 'flowvault-'))
uses: ./.github/workflows/shared-build-and-deploy.yml
with:
ref: main
tag: 'public'
variant: ${{ matrix.variant }}
tag-prefix: ${{ matrix.tag-prefix }}
secrets: inherit