Skip to content

Supervisely supervisely-ecosystem/yolov5 app release #2

Supervisely supervisely-ecosystem/yolov5 app release

Supervisely supervisely-ecosystem/yolov5 app release #2

Workflow file for this run

name: Supervisely release
run-name: Supervisely ${{ github.repository }} app release
on:
release:
types: [published]
branches:
- main
- master
jobs:
Supervisely-Release:
uses: supervisely-ecosystem/workflows/.github/workflows/common.yml@master
secrets:
SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_PROD_API_TOKEN }}"
GH_ACCESS_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_PROD_SERVER_ADDRESS }}"
SLUG: "${{ github.repository }}"
RELEASE_VERSION: "${{ github.event.release.tag_name }}"
RELEASE_TITLE: "${{ github.event.release.name }}"
IGNORE_SLY_RELEASES: 1
RELEASE_WITH_SLUG: 1
CHECK_PREV_RELEASES: 1
SUBAPP_PATHS: "supervisely/train, supervisely/serve, supervisely/export_weights, __ROOT_APP__"