Skip to content

SK-2353: Update generated code with updated openapi spec file. (#211) #110

SK-2353: Update generated code with updated openapi spec file. (#211)

SK-2353: Update generated code with updated openapi spec file. (#211) #110

name: Internal Release
on:
push:
tags-ignore:
- '*.*'
paths-ignore:
- "setup.py"
- "*.yml"
- "*.md"
- "skyflow/utils/_version.py"
- "samples/**"
branches:
- release/*
jobs:
build-and-deploy:
uses: ./.github/workflows/shared-build-and-deploy.yml
with:
ref: ${{ github.ref_name }}
tag: 'internal'
secrets: inherit