Skip to content

Supervisely supervisely-ecosystem/yolov5 app release #29

Supervisely supervisely-ecosystem/yolov5 app release

Supervisely supervisely-ecosystem/yolov5 app release #29

Workflow file for this run

name: Supervisely release
run-name: Supervisely ${{ github.repository }} app release
on:
push:
branches-ignore:
- main
- master
jobs:
Supervisely-Release:
uses: supervisely-ecosystem/workflows/.github/workflows/common.yml@master
secrets:
SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_DEV_API_TOKEN }}"
GH_ACCESS_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_DEV_SERVER_ADDRESS }}"
SLUG: "${{ github.repository }}"
RELEASE_VERSION: "${{ github.ref_name }}"
RELEASE_TITLE: "${{ github.ref_name }} branch release"
IGNORE_SLY_RELEASES: 1
RELEASE_WITH_SLUG: 1
CHECK_PREV_RELEASES: 0
SUBAPP_PATHS: "supervisely/train, supervisely/serve, supervisely/export_weights, __ROOT_APP__"